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 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 9E893C433ED for ; Mon, 10 May 2021 16:15:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F6526143C for ; Mon, 10 May 2021 16:15:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231243AbhEJQQE (ORCPT ); Mon, 10 May 2021 12:16:04 -0400 Received: from mail-ot1-f41.google.com ([209.85.210.41]:46827 "EHLO mail-ot1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231311AbhEJQPs (ORCPT ); Mon, 10 May 2021 12:15:48 -0400 Received: by mail-ot1-f41.google.com with SMTP id d3-20020a9d29030000b029027e8019067fso14867774otb.13 for ; Mon, 10 May 2021 09:14:35 -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=VxXypLnnfQFx2W7ZW08m5m+Mn54EAOFIda0OqddCe0U=; b=Mvvv3nFJLQNoqZ+ZkBrCa8wgjr4SPahnF4JOQFtB2vpc2HyTAp2Qsd2ng2qNjvj9D3 8hO8BZ62FFn/+vQV1OgcrS/l7JkeyjqRFQO/6GTwMP58fpCrexVuTTjzyijTrCRLn1c8 C24iSlDKzqIuNN9EfAGya3IIDG59BBvS9ENWnEI+rzDqo5Gay4hI14XeRh7JpoeeC1hT WK9cAVfkghJmSz3ot/VjUiZGo0nFwq5/be1d8ky0zUKWPUXEv6tLukXfyfStBa29aQTv V0b9YkQOSh/7F+ufyNGRfSW+wlKV+prC2vql50QBOIFshs687bflBEUv8uMbb5E6oHUx oEAw== X-Gm-Message-State: AOAM532VYB8w3m8lPsDSmJWz65yAuJq6fGVG0Skcpgzd+W2SUeA6VB5t COQM9N/yhSxiDIjUuWpgww== X-Google-Smtp-Source: ABdhPJz7B3XsxLud7dSbrtxvTm2xPO+u3x5Y2fG9bhxNk3sKPgG8eoO41ErbV9RR1FK5OZqh4EHZgg== X-Received: by 2002:a05:6830:1bd4:: with SMTP id v20mr22887188ota.101.1620663274976; Mon, 10 May 2021 09:14:34 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q26sm3283265otn.0.2021.05.10.09.14.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 09:14:33 -0700 (PDT) Received: (nullmailer pid 219647 invoked by uid 1000); Mon, 10 May 2021 16:14:32 -0000 Date: Mon, 10 May 2021 11:14:32 -0500 From: Rob Herring To: Marek Vasut Cc: Sam Ravnborg , Douglas Anderson , Jagan Teki , Stephen Boyd , Laurent Pinchart , ch@denx.de, Rob Herring , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH V4 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings Message-ID: <20210510161432.GA219593@robh.at.kernel.org> References: <20210508202251.474729-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210508202251.474729-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 08 May 2021 22:22:50 +0200, Marek Vasut wrote: > Add DT binding document for TI SN65DSI83 and SN65DSI84 DSI to LVDS bridge. > > Reviewed-by: Linus Walleij > Signed-off-by: Marek Vasut > Cc: Douglas Anderson > Cc: Jagan Teki > Cc: Laurent Pinchart > Cc: Linus Walleij > Cc: Rob Herring > Cc: Sam Ravnborg > Cc: Stephen Boyd > Cc: devicetree@vger.kernel.org > To: dri-devel@lists.freedesktop.org > --- > V2: Add compatible string for SN65DSI84, since this is now tested on it > V3: - Add 0x2c as valid i2c address > - Switch to schemas/graph.yaml > - Constraint data-lanes to <1>, <1 2>, <1 2 3>, <1 2 3 4> only > - Indent example by 4 spaces > - Handle dual-link LVDS with two ports and describe the second DSI > channel-B port as well. Based on the register defaults of DSI83 > and DSI84, it is likely that the LVDS-channel-B and DSI-channel-B > hardware is present in all the chips, so just reuse port@0 and 2 > for DSI83, port@0,2,3 for DSI84 and all of 0,1,2,3 for DSI85 when > that is supported > V4: - Fix typo in port@3 description > - Add RB from Linus Walleij > - Replace oneOf: and const with enum: > - ref /schemas/media/video-interfaces.yaml# > - Drop empty endpoint: and properties: > --- > .../bindings/display/bridge/ti,sn65dsi83.yaml | 159 ++++++++++++++++++ > 1 file changed, 159 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > Reviewed-by: Rob Herring 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 autolearn=ham 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 BDAAFC433ED for ; Mon, 10 May 2021 16:14:37 +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 7DA946143C for ; Mon, 10 May 2021 16:14:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DA946143C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E5A5A6E878; Mon, 10 May 2021 16:14:36 +0000 (UTC) Received: from mail-ot1-f46.google.com (mail-ot1-f46.google.com [209.85.210.46]) by gabe.freedesktop.org (Postfix) with ESMTPS id CD09E6E878 for ; Mon, 10 May 2021 16:14:35 +0000 (UTC) Received: by mail-ot1-f46.google.com with SMTP id d25-20020a0568300459b02902f886f7dd43so1478372otc.6 for ; Mon, 10 May 2021 09:14:35 -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=VxXypLnnfQFx2W7ZW08m5m+Mn54EAOFIda0OqddCe0U=; b=ekK1UYs4E3MFrfHMjQfy2pK50rMc1e5SYVnJLCpvGAleYrVUiNAgd6Cl6buquZl82Q 1+8sc788XgAWZjMmVEeKw2V4Z/FsjPiC0d6U+g5s5P4M4bVw4biDPKNr15MZp7TRyEBT qv5yci45rakoIhSSAhEPyOKJwoJ4lwrO0eJwctlqEEx3fBxC12RCvDUTh3TG6vlcFkX1 fxDVUPpY9/zLybPH3/W1QCp2epwvdeAQz7h+oYK8RqN1Y/+fngdpfenSByzVFXuQkOWl wvK5TCzd5y3XMstNz85Zdj2PeTWFDNS6W4PznYUHggtDC0pFgQaS0LwIooYjB77wdg7d yYdw== X-Gm-Message-State: AOAM531+tTs3Ue9XTmPdqYR8lv6C3fGqi9PvJhp4vNdq8+cHNFplgdNl b++l4iIYMJDucNs+PrgWrg== X-Google-Smtp-Source: ABdhPJz7B3XsxLud7dSbrtxvTm2xPO+u3x5Y2fG9bhxNk3sKPgG8eoO41ErbV9RR1FK5OZqh4EHZgg== X-Received: by 2002:a05:6830:1bd4:: with SMTP id v20mr22887188ota.101.1620663274976; Mon, 10 May 2021 09:14:34 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q26sm3283265otn.0.2021.05.10.09.14.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 09:14:33 -0700 (PDT) Received: (nullmailer pid 219647 invoked by uid 1000); Mon, 10 May 2021 16:14:32 -0000 Date: Mon, 10 May 2021 11:14:32 -0500 From: Rob Herring To: Marek Vasut Subject: Re: [PATCH V4 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings Message-ID: <20210510161432.GA219593@robh.at.kernel.org> References: <20210508202251.474729-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210508202251.474729-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: , Cc: devicetree@vger.kernel.org, ch@denx.de, Douglas Anderson , dri-devel@lists.freedesktop.org, Stephen Boyd , Rob Herring , Laurent Pinchart , Sam Ravnborg , Jagan Teki Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, 08 May 2021 22:22:50 +0200, Marek Vasut wrote: > Add DT binding document for TI SN65DSI83 and SN65DSI84 DSI to LVDS bridge. > > Reviewed-by: Linus Walleij > Signed-off-by: Marek Vasut > Cc: Douglas Anderson > Cc: Jagan Teki > Cc: Laurent Pinchart > Cc: Linus Walleij > Cc: Rob Herring > Cc: Sam Ravnborg > Cc: Stephen Boyd > Cc: devicetree@vger.kernel.org > To: dri-devel@lists.freedesktop.org > --- > V2: Add compatible string for SN65DSI84, since this is now tested on it > V3: - Add 0x2c as valid i2c address > - Switch to schemas/graph.yaml > - Constraint data-lanes to <1>, <1 2>, <1 2 3>, <1 2 3 4> only > - Indent example by 4 spaces > - Handle dual-link LVDS with two ports and describe the second DSI > channel-B port as well. Based on the register defaults of DSI83 > and DSI84, it is likely that the LVDS-channel-B and DSI-channel-B > hardware is present in all the chips, so just reuse port@0 and 2 > for DSI83, port@0,2,3 for DSI84 and all of 0,1,2,3 for DSI85 when > that is supported > V4: - Fix typo in port@3 description > - Add RB from Linus Walleij > - Replace oneOf: and const with enum: > - ref /schemas/media/video-interfaces.yaml# > - Drop empty endpoint: and properties: > --- > .../bindings/display/bridge/ti,sn65dsi83.yaml | 159 ++++++++++++++++++ > 1 file changed, 159 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > Reviewed-by: Rob Herring