ARM: dts: sunxi: Add missing dmas properties to TCON
authorMaxime Ripard <maxime@cerno.tech>
Thu, 19 Dec 2019 09:15:37 +0000 (10:15 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 20 Dec 2019 07:57:24 +0000 (08:57 +0100)
The TCON binding mandates a dmas phandle to the DMAengine channel used for
that controller. However, since it's not used in the driver, some device
trees have been missing it. Let's add it.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm/boot/dts/sun5i.dtsi
arch/arm/boot/dts/sun6i-a31.dtsi
arch/arm/boot/dts/sun8i-a23-a33.dtsi

index 6befa236ba99d43b1f97a1d8df0cc64391c20cc7..9f0b645fd45e2eef9a31695fbe05e427cf224b5f 100644 (file)
                        compatible = "allwinner,sun5i-a13-tcon";
                        reg = <0x01c0c000 0x1000>;
                        interrupts = <44>;
+                       dmas = <&dma SUN4I_DMA_DEDICATED 14>;
                        resets = <&ccu RST_LCD>;
                        reset-names = "lcd";
                        clocks = <&ccu CLK_AHB_LCD>,
index 2cf34ae1c17b21450bfb929b6c26ff42fbf13733..4d622ec48b248973c8100c948ebe3dfe8f87fc6a 100644 (file)
                        compatible = "allwinner,sun6i-a31-tcon";
                        reg = <0x01c0c000 0x1000>;
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&dma 11>;
                        resets = <&ccu RST_AHB1_LCD0>;
                        reset-names = "lcd";
                        clocks = <&ccu CLK_AHB1_LCD0>,
                        compatible = "allwinner,sun6i-a31-tcon";
                        reg = <0x01c0d000 0x1000>;
                        interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&dma 12>;
                        resets = <&ccu RST_AHB1_LCD1>;
                        reset-names = "lcd";
                        clocks = <&ccu CLK_AHB1_LCD1>,
index f292f96ab39b009bbad1a51d58b725d37bbe9bd2..70ec3493061b821ed63ae822c0fa0417331121c4 100644 (file)
                        /* compatible gets set in SoC specific dtsi file */
                        reg = <0x01c0c000 0x1000>;
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&dma 12>;
                        clocks = <&ccu CLK_BUS_LCD>,
                                 <&ccu CLK_LCD_CH0>;
                        clock-names = "ahb",