ARM: dts: exynos: split dmas into array of phandles in Exynos5250
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Thu, 20 Jan 2022 17:57:44 +0000 (18:57 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 23 Jan 2022 16:46:14 +0000 (17:46 +0100)
"dmas" property should be rather an array of phandles, as dtschema
points.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Andi Shyti <andi@etezian.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220120175747.43403-2-krzysztof.kozlowski@canonical.com
arch/arm/boot/dts/exynos5250.dtsi

index 1397789..102bb57 100644 (file)
                        status = "disabled";
                        reg = <0x12d20000 0x100>;
                        interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
-                       dmas = <&pdma0 5
-                               &pdma0 4>;
+                       dmas = <&pdma0 5>, <&pdma0 4>;
                        dma-names = "tx", "rx";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";
                        reg = <0x12d30000 0x100>;
                        interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
-                       dmas = <&pdma1 5
-                               &pdma1 4>;
+                       dmas = <&pdma1 5>, <&pdma1 4>;
                        dma-names = "tx", "rx";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";
                        reg = <0x12d40000 0x100>;
                        interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
-                       dmas = <&pdma0 7
-                               &pdma0 6>;
+                       dmas = <&pdma0 7>, <&pdma0 6>;
                        dma-names = "tx", "rx";
                        #address-cells = <1>;
                        #size-cells = <0>;