]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ARM: dts: pxa3xx: fix MMC clocks
authorDaniel Mack <daniel@zonque.org>
Thu, 24 May 2018 17:43:39 +0000 (19:43 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Fri, 25 May 2018 21:16:18 +0000 (23:16 +0200)
The clocks for the 3 MMC controllers on pxa3xx platforms are CLK_MMC1,
CLK_MMC2 and CLK_MMC3. CLK_MMC is only for pxa2xx.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
arch/arm/boot/dts/pxa3xx.dtsi

index 99c3687e89d3ad2f7b98190d19dd3405524d7bd4..132a3b8ab14849ad6634f466c2e8320062779662 100644 (file)
                        compatible = "marvell,pxa-mmc";
                        reg = <0x41100000 0x1000>;
                        interrupts = <23>;
-                       clocks = <&clks CLK_MMC>;
+                       clocks = <&clks CLK_MMC1>;
                        dmas = <&pdma 21 3
                                &pdma 22 3>;
                        dma-names = "rx", "tx";
                        compatible = "marvell,pxa-mmc";
                        reg = <0x42000000 0x1000>;
                        interrupts = <41>;
-                       clocks = <&clks CLK_MMC1>;
+                       clocks = <&clks CLK_MMC2>;
                        dmas = <&pdma 93 3
                                &pdma 94 3>;
                        dma-names = "rx", "tx";
                        compatible = "marvell,pxa-mmc";
                        reg = <0x42500000 0x1000>;
                        interrupts = <55>;
-                       clocks = <&clks CLK_MMC2>;
+                       clocks = <&clks CLK_MMC3>;
                        dmas = <&pdma 46 3
                                &pdma 47 3>;
                        dma-names = "rx", "tx";