[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220207223911.97180-1-david@ixit.cz>
Date: Mon, 7 Feb 2022 23:39:11 +0100
From: David Heidelberg <david@...t.cz>
To: David Airlie <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Peter Ujfalusi <peter.ujfalusi@...com>
Cc: ~okias/devicetree@...ts.sr.ht, David Heidelberg <david@...t.cz>,
Dmitry Osipenko <digetx@...il.com>,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node
Inherit valid properties from the dsi-controller.
Reviewed-by: Dmitry Osipenko <digetx@...il.com>
Signed-off-by: David Heidelberg <david@...t.cz>
---
v2:
- added $ref ../dsi-controller.yaml# instead copying properties (Dmitry)
- additionalProperties -> unevaluatedProperties (Dmitry)
- example dsi-bridge@ -> dsi@ (Dmitry)
.../bindings/display/bridge/toshiba,tc358768.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml
index eacfe7165083..3bd670b8e5cd 100644
--- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml
@@ -77,7 +77,10 @@ required:
- vddio-supply
- ports
-additionalProperties: false
+allOf:
+ - $ref: ../dsi-controller.yaml#
+
+unevaluatedProperties: false
examples:
- |
@@ -87,7 +90,7 @@ examples:
#address-cells = <1>;
#size-cells = <0>;
- dsi_bridge: dsi-bridge@e {
+ dsi_bridge: dsi@e {
compatible = "toshiba,tc358768";
reg = <0xe>;
--
2.34.1
Powered by blists - more mailing lists