Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display/ti: Simplify dma-coherent property

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>
Link: https://patch.msgid.link/20251115122120.35315-4-krzk@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring (Arm)
7fff398d 3e8ade58

+2 -4
+1 -2
Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
··· 84 84 maxItems: 1 85 85 description: phandle to the associated power domain 86 86 87 - dma-coherent: 88 - type: boolean 87 + dma-coherent: true 89 88 90 89 ports: 91 90 $ref: /schemas/graph.yaml#/properties/ports
+1 -2
Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
··· 103 103 maxItems: 1 104 104 description: phandle to the associated power domain 105 105 106 - dma-coherent: 107 - type: boolean 106 + dma-coherent: true 108 107 109 108 ports: 110 109 $ref: /schemas/graph.yaml#/properties/ports