ARM: shmobile: bockw: fixup MMC pin conflict on DTS
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 11 Oct 2013 06:34:33 +0000 (23:34 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:26:55 +0000 (17:26 +0900)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7778-bockw-reference.dts

index c6b834f..4d997f8 100644 (file)
                vdd33a-supply = <&fixedregulator3v3>;
        };
 
-       mmc_pins: mmc {
-               renesas,groups = "mmc_data8", "mmc_ctrl";
-               renesas,function = "mmc";
-       };
 };
 
 &mmcif {
@@ -79,4 +75,9 @@
                renesas,groups = "scif0_data_a", "scif0_ctrl";
                renesas,function = "scif0";
        };
+
+       mmc_pins: mmc {
+               renesas,groups = "mmc_data8", "mmc_ctrl";
+               renesas,function = "mmc";
+       };
 };