From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABFBAC432BE for ; Mon, 2 Aug 2021 20:53:55 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6FED760F48 for ; Mon, 2 Aug 2021 20:53:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6FED760F48 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EA9456E241; Mon, 2 Aug 2021 20:53:54 +0000 (UTC) Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5FED56E241 for ; Mon, 2 Aug 2021 20:53:53 +0000 (UTC) Received: by mail-io1-f49.google.com with SMTP id f6so16043924ioc.6 for ; Mon, 02 Aug 2021 13:53:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CMmbkJn1hqKrrKfWcOMgT+dzBp8rg8s8rjX9yupZqck=; b=OD7tNZkItZlQ1ZDb3QBY0QiGTB6rTN3Y/lWZymAdrBWRiEmLYqT+xkxXeug+XN/aYv AsiCOu3R+Ylpbd+xLkJuQ72VbNUiG3DacRHpkQnmYymYHPTDFDyevzXyXggnwV5UdXf1 OKUQmQcsFek3HLt7xhZATOTIqz6ihXz67WQWGdNokDciebK/tDNdPqcoihd4fwWbwnOZ yUfoE9KXc2h0Q/Q8KzuXi5fJDmM9hKQGBf1K6f9CeFYplMXrPTucUcwsj6lSNczFEM3V usol/S37vzyJy7ITXHN2iHn0Zom+VBH9MvDo9FHd+KKyywJWRCF/Cv7+sq3S6QrAjpPd JGJw== X-Gm-Message-State: AOAM531YO9pCoT3w7ipmKOjzJL19C3tAbZMRdi7om5RbPRk5qYMl5rD3 /Yob/gokoQZwrfDWzoC1/yzte+Jhtg== X-Google-Smtp-Source: ABdhPJz6AI1jSrvVWmHeW1RFE01hM2uoqCxwrHYU5Cud/yUlAuMXyxMxVo5/EcUnQIPvWHBC4MNpgw== X-Received: by 2002:a5d:93d1:: with SMTP id j17mr2310903ioo.123.1627937632798; Mon, 02 Aug 2021 13:53:52 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id g26sm7778228ioh.48.2021.08.02.13.53.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Aug 2021 13:53:52 -0700 (PDT) Received: (nullmailer pid 1591239 invoked by uid 1000); Mon, 02 Aug 2021 20:53:50 -0000 Date: Mon, 2 Aug 2021 14:53:50 -0600 From: Rob Herring To: Marek Vasut Cc: Laurent Pinchart , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Sam Ravnborg , Rob Herring Subject: Re: [PATCH V4 1/2] dt-bindings: display: bridge: lvds-codec: Document LVDS data mapping select Message-ID: References: <20210727161357.8842-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210727161357.8842-1-marex@denx.de> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 27 Jul 2021 18:13:56 +0200, Marek Vasut wrote: > Decoder input LVDS format is a property of the decoder chip or even > its strapping. Add DT property data-mapping the same way lvds-panel > does, to define the LVDS data mapping. > > Signed-off-by: Marek Vasut > Cc: Laurent Pinchart > Cc: Rob Herring > Cc: Sam Ravnborg > Cc: devicetree@vger.kernel.org > To: dri-devel@lists.freedesktop.org > --- > V2: - Use allOf > - Move the data-mapping to endpoint > V3: - Rebase on V2 submitted a while ago, reinstate changelog > - Drop the allOf and un-rebase on previous pclk patch > V4: - port@1, remove $ref: /schemas/graph.yaml#/properties/port and > add $ref: /schemas/graph.yaml#/$defs/port-base > --- > .../bindings/display/bridge/lvds-codec.yaml | 33 ++++++++++++++++++- > 1 file changed, 32 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring