linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/4] dt-bindings: display: ti, am65x-dss: add missing properties to dt-schema
@ 2020-08-27  8:30 Tomi Valkeinen
  2020-08-27  8:30 ` [PATCH v2 2/4] dt-bindings: display: ti, j721e-dss: " Tomi Valkeinen
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Tomi Valkeinen @ 2020-08-27  8:30 UTC (permalink / raw)
  To: Tero Kristo, Nishanth Menon, linux-arm-kernel, devicetree
  Cc: Tomi Valkeinen, Rob Herring

Add assigned-clocks, assigned-clock-parents and dma-coherent optional
properties.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 .../devicetree/bindings/display/ti/ti,am65x-dss.yaml  | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml b/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
index 4f9185462ed3..4dc30738ee57 100644
--- a/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
+++ b/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
@@ -55,6 +55,14 @@ properties:
       - const: vp1
       - const: vp2
 
+  assigned-clocks:
+    minItems: 1
+    maxItems: 3
+
+  assigned-clock-parents:
+    minItems: 1
+    maxItems: 3
+
   interrupts:
     maxItems: 1
 
@@ -62,6 +70,9 @@ properties:
     maxItems: 1
     description: phandle to the associated power domain
 
+  dma-coherent:
+    type: boolean
+
   ports:
     type: object
     description:
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-09-09 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27  8:30 [PATCH v2 1/4] dt-bindings: display: ti, am65x-dss: add missing properties to dt-schema Tomi Valkeinen
2020-08-27  8:30 ` [PATCH v2 2/4] dt-bindings: display: ti, j721e-dss: " Tomi Valkeinen
2020-09-09 20:24   ` Rob Herring
2020-08-27  8:30 ` [PATCH v2 3/4] arm64: dts: ti: k3-am65: mark dss as dma-coherent Tomi Valkeinen
2020-08-27  8:30 ` [PATCH v2 4/4] arm64: dts: ti: am654-base-board: fix clock node name Tomi Valkeinen
2020-09-08 13:11 ` [PATCH v2 1/4] dt-bindings: display: ti,am65x-dss: add missing properties to dt-schema Tomi Valkeinen
2020-09-09 11:55   ` Nishanth Menon
2020-09-09 20:23 ` [PATCH v2 1/4] dt-bindings: display: ti, am65x-dss: " Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).