[Public] > -----Original Message----- > From: Krzysztof Kozlowski <[email protected]> > Sent: Saturday, November 15, 2025 5:51 PM > To: Jyri Sarha <[email protected]>; Tomi Valkeinen > <[email protected]>; David Airlie <[email protected]>; > Simona Vetter <[email protected]>; Maarten Lankhorst > <[email protected]>; Maxime Ripard <[email protected]>; > Thomas Zimmermann <[email protected]>; Rob Herring > <[email protected]>; Krzysztof Kozlowski <[email protected]>; Conor Dooley > <[email protected]>; Vinod Koul <[email protected]>; Simek, Michal > <[email protected]>; Ulf Hansson <[email protected]>; Michael > Tretter <[email protected]>; Katakam, Harini > <[email protected]>; Pandey, Radhey Shyam > <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected]; [email protected]; linux- > [email protected] > Cc: Krzysztof Kozlowski <[email protected]> > Subject: [PATCH 2/3] dt-bindings: dma: xilinx: 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 <[email protected]>
Thanks, Reviewed-by: Harini Katakam <[email protected]> Regards, Harini > --- > .../devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma- > 1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp- > dma-1.0.yaml > index b5399c65a731..2da86037ad79 100644 > --- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma- > 1.0.yaml > +++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma- > 1.0.y > +++ aml > @@ -59,8 +59,7 @@ properties: > power-domains: > maxItems: 1 > > - dma-coherent: > - description: present if dma operations are coherent > + dma-coherent: true > > required: > - "#dma-cells" > -- > 2.48.1
