* [PATCH 2/3] dt-bindings: dma: xilinx: Simplify dma-coherent property
2025-11-15 12:21 [PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property Krzysztof Kozlowski
@ 2025-11-15 12:21 ` 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
` (2 subsequent siblings)
3 siblings, 2 replies; 8+ 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>
---
.../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.yaml
@@ -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
^ permalink raw reply related [flat|nested] 8+ messages in thread* RE: [PATCH 2/3] dt-bindings: dma: xilinx: Simplify dma-coherent property
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
1 sibling, 0 replies; 8+ messages in thread
From: Katakam, Harini @ 2025-11-17 6:38 UTC (permalink / raw)
To: Krzysztof Kozlowski, Jyri Sarha, Tomi Valkeinen, David Airlie,
Simona Vetter, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Vinod Koul, Simek, Michal, Ulf Hansson, Michael Tretter,
Pandey, Radhey Shyam, dri-devel@lists.freedesktop.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mmc@vger.kernel.org
[AMD Official Use Only - AMD Internal Distribution Only]
> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Saturday, November 15, 2025 5:51 PM
> To: Jyri Sarha <jyri.sarha@iki.fi>; Tomi Valkeinen
> <tomi.valkeinen@ideasonboard.com>; David Airlie <airlied@gmail.com>;
> Simona Vetter <simona@ffwll.ch>; Maarten Lankhorst
> <maarten.lankhorst@linux.intel.com>; Maxime Ripard <mripard@kernel.org>;
> Thomas Zimmermann <tzimmermann@suse.de>; Rob Herring
> <robh@kernel.org>; Krzysztof Kozlowski <krzk+dt@kernel.org>; Conor Dooley
> <conor+dt@kernel.org>; Vinod Koul <vkoul@kernel.org>; Simek, Michal
> <michal.simek@amd.com>; Ulf Hansson <ulf.hansson@linaro.org>; Michael
> Tretter <m.tretter@pengutronix.de>; Katakam, Harini
> <harini.katakam@amd.com>; Pandey, Radhey Shyam
> <radhey.shyam.pandey@amd.com>; dri-devel@lists.freedesktop.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org;
> dmaengine@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> mmc@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> 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 <krzk@kernel.org>
Thanks,
Reviewed-by: Harini Katakam <harini.katakam@amd.com>
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
^ permalink raw reply [flat|nested] 8+ messages in thread* RE: [PATCH 2/3] dt-bindings: dma: xilinx: Simplify dma-coherent property
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
1 sibling, 0 replies; 8+ messages in thread
From: Katakam, Harini @ 2025-11-17 6:46 UTC (permalink / raw)
To: Krzysztof Kozlowski, Jyri Sarha, Tomi Valkeinen, David Airlie,
Simona Vetter, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Vinod Koul, Simek, Michal, Ulf Hansson, Michael Tretter,
Pandey, Radhey Shyam, dri-devel@lists.freedesktop.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mmc@vger.kernel.org
[Public]
> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Saturday, November 15, 2025 5:51 PM
> To: Jyri Sarha <jyri.sarha@iki.fi>; Tomi Valkeinen
> <tomi.valkeinen@ideasonboard.com>; David Airlie <airlied@gmail.com>;
> Simona Vetter <simona@ffwll.ch>; Maarten Lankhorst
> <maarten.lankhorst@linux.intel.com>; Maxime Ripard <mripard@kernel.org>;
> Thomas Zimmermann <tzimmermann@suse.de>; Rob Herring
> <robh@kernel.org>; Krzysztof Kozlowski <krzk+dt@kernel.org>; Conor Dooley
> <conor+dt@kernel.org>; Vinod Koul <vkoul@kernel.org>; Simek, Michal
> <michal.simek@amd.com>; Ulf Hansson <ulf.hansson@linaro.org>; Michael
> Tretter <m.tretter@pengutronix.de>; Katakam, Harini
> <harini.katakam@amd.com>; Pandey, Radhey Shyam
> <radhey.shyam.pandey@amd.com>; dri-devel@lists.freedesktop.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org;
> dmaengine@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> mmc@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> 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 <krzk@kernel.org>
Thanks,
Reviewed-by: Harini Katakam <harini.katakam@amd.com>
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 3/3] dt-bindings: mmc: am654: Simplify dma-coherent property
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-15 12:21 ` Krzysztof Kozlowski
2025-11-18 15:31 ` Ulf Hansson
2025-11-22 9:30 ` (subset) [PATCH 1/3] dt-bindings: display/ti: " Vinod Koul
2025-12-03 22:52 ` Rob Herring (Arm)
3 siblings, 1 reply; 8+ 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/mmc/sdhci-am654.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
index 676a74695389..242a3c6b925c 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
@@ -50,8 +50,7 @@ properties:
- const: clk_ahb
- const: clk_xin
- dma-coherent:
- type: boolean
+ dma-coherent: true
# PHY output tap delays:
# Used to delay the data valid window and align it to the sampling clock.
--
2.48.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH 3/3] dt-bindings: mmc: am654: Simplify dma-coherent property
2025-11-15 12:21 ` [PATCH 3/3] dt-bindings: mmc: am654: " Krzysztof Kozlowski
@ 2025-11-18 15:31 ` Ulf Hansson
0 siblings, 0 replies; 8+ messages in thread
From: Ulf Hansson @ 2025-11-18 15:31 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Jyri Sarha, Tomi Valkeinen, David Airlie, Simona Vetter,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Michal Simek,
Michael Tretter, Harini Katakam, Shyam Pandey, dri-devel,
devicetree, linux-kernel, dmaengine, linux-arm-kernel, linux-mmc
On Sat, 15 Nov 2025 at 13:21, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> 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>
Applied for next, thanks!
Kind regards
Uffe
> ---
> Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
> index 676a74695389..242a3c6b925c 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml
> @@ -50,8 +50,7 @@ properties:
> - const: clk_ahb
> - const: clk_xin
>
> - dma-coherent:
> - type: boolean
> + dma-coherent: true
>
> # PHY output tap delays:
> # Used to delay the data valid window and align it to the sampling clock.
> --
> 2.48.1
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (subset) [PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property
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-15 12:21 ` [PATCH 3/3] dt-bindings: mmc: am654: " Krzysztof Kozlowski
@ 2025-11-22 9:30 ` Vinod Koul
2025-12-03 22:52 ` Rob Herring (Arm)
3 siblings, 0 replies; 8+ messages in thread
From: Vinod Koul @ 2025-11-22 9:30 UTC (permalink / raw)
To: Jyri Sarha, Tomi Valkeinen, David Airlie, Simona Vetter,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Michal Simek, Ulf Hansson,
Michael Tretter, Harini Katakam, Shyam Pandey, dri-devel,
devicetree, linux-kernel, dmaengine, linux-arm-kernel, linux-mmc,
Krzysztof Kozlowski
On Sat, 15 Nov 2025 13:21:21 +0100, Krzysztof Kozlowski wrote:
> 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.
>
>
Applied, thanks!
[2/3] dt-bindings: dma: xilinx: Simplify dma-coherent property
commit: 2b11e7403a8ed816fce38b57cb88e04d997aa7af
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property
2025-11-15 12:21 [PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property Krzysztof Kozlowski
` (2 preceding siblings ...)
2025-11-22 9:30 ` (subset) [PATCH 1/3] dt-bindings: display/ti: " Vinod Koul
@ 2025-12-03 22:52 ` Rob Herring (Arm)
3 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2025-12-03 22:52 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: devicetree, dmaengine, Simona Vetter, Michael Tretter,
David Airlie, Maarten Lankhorst, Krzysztof Kozlowski,
linux-arm-kernel, Tomi Valkeinen, linux-kernel, Thomas Zimmermann,
Harini Katakam, dri-devel, Shyam Pandey, Ulf Hansson, Jyri Sarha,
Michal Simek, Conor Dooley, Maxime Ripard, linux-mmc, Vinod Koul
On Sat, 15 Nov 2025 13:21:21 +0100, Krzysztof Kozlowski wrote:
> 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(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread