linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property
@ 2025-11-15 12:21 Krzysztof Kozlowski
  2025-11-15 12:21 ` [PATCH 2/3] dt-bindings: dma: xilinx: " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2025-11-15 12:21 UTC (permalink / raw)
  To: Jyri Sarha, Tomi Valkeinen, David Airlie, Simona Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Michal Simek,
	Ulf Hansson, Michael Tretter, Harini Katakam, Shyam Pandey,
	dri-devel, devicetree, linux-kernel, dmaengine, linux-arm-kernel,
	linux-mmc
  Cc: Krzysztof Kozlowski

Common boolean properties need to be only allowed in the binding
(":true"), because their type is already defined by core DT schema.
Simplify dma-coherent property to match common syntax.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml | 3 +--
 Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml b/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
index 361e9cae6896..38fcee91211e 100644
--- a/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
+++ b/Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
@@ -84,8 +84,7 @@ properties:
     maxItems: 1
     description: phandle to the associated power domain
 
-  dma-coherent:
-    type: boolean
+  dma-coherent: true
 
   ports:
     $ref: /schemas/graph.yaml#/properties/ports
diff --git a/Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml b/Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
index fad7cba58d39..65ae8a1c3998 100644
--- a/Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
+++ b/Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
@@ -103,8 +103,7 @@ properties:
     maxItems: 1
     description: phandle to the associated power domain
 
-  dma-coherent:
-    type: boolean
+  dma-coherent: true
 
   ports:
     $ref: /schemas/graph.yaml#/properties/ports
-- 
2.48.1



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

end of thread, other threads:[~2025-11-22  9:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-15 12:21 [PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property Krzysztof Kozlowski
2025-11-15 12:21 ` [PATCH 2/3] dt-bindings: dma: xilinx: " Krzysztof Kozlowski
2025-11-17  6:38   ` Katakam, Harini
2025-11-17  6:46   ` Katakam, Harini
2025-11-15 12:21 ` [PATCH 3/3] dt-bindings: mmc: am654: " Krzysztof Kozlowski
2025-11-18 15:31   ` Ulf Hansson
2025-11-22  9:30 ` (subset) [PATCH 1/3] dt-bindings: display/ti: " Vinod Koul

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).