From patchwork Sat Dec 2 07:54:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 749564 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=atomide.com header.i=@atomide.com header.b="ipxoBr9s" Received: from mail5.25mail.st (mail5.25mail.st [74.50.62.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4787F3 for ; Fri, 1 Dec 2023 23:59:02 -0800 (PST) Received: from localhost (91-158-86-216.elisa-laajakaista.fi [91.158.86.216]) by mail5.25mail.st (Postfix) with ESMTPSA id 81C4A6049B; Sat, 2 Dec 2023 07:58:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=atomide.com; s=25mailst; t=1701503942; bh=rEXaXAhXwZV+HLFAqao2ZWgjh9PzKE9IueUq6diAur0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ipxoBr9szrJ1580a2P3vmS0f97vS35GSvUBZHRs+JEYxbGxMbnebyOIyvr/W25FoB L9vCzk0l3vEK06ZC+cHJKew8mWwYNbek5xET5+SBRzkc1ScZVa/E2eWMbZFpoPhsWT 6vAKTDq4ItTCdKmrQGooQ3JUt/2aYaUoj32mztJEgOdmIzyo4NMu1GoTmHLNZv2uaj Rx43+YYslSXfsjHlwgjMk0MQiTy814Vx1EJ0wkpqJoHsCzuqqDmFnhxk4/pBaEV5or 0s+KF9hhhULaE0jLGwNp9KeQPuSdFCwMcMgTGZtyZ7ZdNskhedXt5f40f5MN6k4+vx Frqu1DnfdeiTA== From: Tony Lindgren To: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Simha BN , Sam Ravnborg Cc: Carl Philipp Klemm , Ivaylo Dimitrov , Merlijn Wajer , Pavel Machek , Sebastian Reichel , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: [PATCH v2 03/10] dt-bindings: display: bridge: tc358775: Add support for tc358765 Date: Sat, 2 Dec 2023 09:54:42 +0200 Message-ID: <20231202075514.44474-4-tony@atomide.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231202075514.44474-1-tony@atomide.com> References: <20231202075514.44474-1-tony@atomide.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The tc358765 is similar to tc358775 except for the stdby-gpios. Signed-off-by: Tony Lindgren --- .../bindings/display/bridge/toshiba,tc358775.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml @@ -10,7 +10,7 @@ maintainers: - Vinay Simha BN description: | - This binding supports DSI to LVDS bridge TC358775 + This binding supports DSI to LVDS bridges TC358765 and TC358775 MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane. Video frame size: @@ -21,7 +21,9 @@ description: | properties: compatible: - const: toshiba,tc358775 + enum: + - toshiba,tc358765 + - toshiba,tc358775 reg: maxItems: 1