All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node
@ 2022-02-07 22:39 ` David Heidelberg
  0 siblings, 0 replies; 4+ messages in thread
From: David Heidelberg @ 2022-02-07 22:39 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Krzysztof Kozlowski,
	Peter Ujfalusi
  Cc: ~okias/devicetree, David Heidelberg, Dmitry Osipenko, dri-devel,
	devicetree, linux-kernel

Inherit valid properties from the dsi-controller.

Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: David Heidelberg <david@ixit.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v2] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node
@ 2022-02-07 22:39 ` David Heidelberg
  0 siblings, 0 replies; 4+ messages in thread
From: David Heidelberg @ 2022-02-07 22:39 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Krzysztof Kozlowski,
	Peter Ujfalusi
  Cc: devicetree, linux-kernel, dri-devel, David Heidelberg,
	Dmitry Osipenko, ~okias/devicetree

Inherit valid properties from the dsi-controller.

Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: David Heidelberg <david@ixit.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node
  2022-02-07 22:39 ` David Heidelberg
@ 2022-02-11 16:31   ` Rob Herring
  -1 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-02-11 16:31 UTC (permalink / raw)
  To: David Heidelberg
  Cc: David Airlie, Krzysztof Kozlowski, linux-kernel, devicetree,
	Dmitry Osipenko, Rob Herring, Daniel Vetter, dri-devel,
	~okias/devicetree, Peter Ujfalusi

On Mon, 07 Feb 2022 23:39:11 +0100, David Heidelberg wrote:
> Inherit valid properties from the dsi-controller.
> 
> Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
> Signed-off-by: David Heidelberg <david@ixit.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(-)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node
@ 2022-02-11 16:31   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-02-11 16:31 UTC (permalink / raw)
  To: David Heidelberg
  Cc: devicetree, Krzysztof Kozlowski, David Airlie, linux-kernel,
	dri-devel, Peter Ujfalusi, Rob Herring, Dmitry Osipenko,
	~okias/devicetree

On Mon, 07 Feb 2022 23:39:11 +0100, David Heidelberg wrote:
> Inherit valid properties from the dsi-controller.
> 
> Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
> Signed-off-by: David Heidelberg <david@ixit.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(-)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-11 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 22:39 [PATCH v2] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node David Heidelberg
2022-02-07 22:39 ` David Heidelberg
2022-02-11 16:31 ` Rob Herring
2022-02-11 16:31   ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.