[PATCH 06/10] dt-bindings: mfd: samsung,exynos5433-lpass: fix 'dma-channels/requests' properties

Alim Akhtar alim.akhtar at samsung.com
Wed Apr 27 09:41:41 PDT 2022



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski at linaro.org]
>Sent: Wednesday, April 27, 2022 9:29 PM
>To: Lee Jones <lee.jones at linaro.org>; Rob Herring <robh+dt at kernel.org>;
>Krzysztof Kozlowski <krzysztof.kozlowski+dt at linaro.org>; Alim Akhtar
><alim.akhtar at samsung.com>; Dinh Nguyen <dinguyen at kernel.org>; Michal
>Simek <michal.simek at xilinx.com>; Liviu Dudau <liviu.dudau at arm.com>;
>Sudeep Holla <sudeep.holla at arm.com>; Lorenzo Pieralisi
><lorenzo.pieralisi at arm.com>; Ray Jui <rjui at broadcom.com>; Scott Branden
><sbranden at broadcom.com>; Broadcom Kernel Team <bcm-kernel-feedback-
>list at broadcom.com>; Sylwester Nawrocki <s.nawrocki at samsung.com>;
>devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-
>samsung-soc at vger.kernel.org; linux-kernel at vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>; Rob Herring
><robh at kernel.org>
>Subject: [PATCH 06/10] dt-bindings: mfd: samsung,exynos5433-lpass: fix
>'dma-channels/requests' properties
>
>pl330 DMA controller bindings documented 'dma-channels' and 'dma-
>requests' properties (without leading hash sign), so fix the DTS to match
the
>bindings.
>
>Reported-by: Rob Herring <robh at kernel.org>
>Fixes: e18183cefc8b ("mfd: Add DT bindings documentation for Samsung
>Exynos LPASS")
>Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
>---
Looking at Documentation/devicetree/bindings/dma/dma-common.yaml
This change looks good.

Reviewed-by: Alim Akhtar <alim.akhtar at samsung.com>


> .../devicetree/bindings/mfd/samsung,exynos5433-lpass.yaml     | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/Documentation/devicetree/bindings/mfd/samsung,exynos5433-
>lpass.yaml b/Documentation/devicetree/bindings/mfd/samsung,exynos5433-
>lpass.yaml
>index f7bb67d10eff..b97b06848729 100644
>--- a/Documentation/devicetree/bindings/mfd/samsung,exynos5433-
>lpass.yaml
>+++ b/Documentation/devicetree/bindings/mfd/samsung,exynos5433-
>lpass.yam
>+++ l
>@@ -79,8 +79,8 @@ examples:
>             clocks = <&cmu_aud CLK_ACLK_DMAC>;
>             clock-names = "apb_pclk";
>             #dma-cells = <1>;
>-            #dma-channels = <8>;
>-            #dma-requests = <32>;
>+            dma-channels = <8>;
>+            dma-requests = <32>;
>             power-domains = <&pd_aud>;
>         };
>
>--
>2.32.0





More information about the linux-arm-kernel mailing list