ARM: dts: iwg20m: Correct indentation of mmcif0 properties
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jul 2017 12:06:37 +0000 (14:06 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 31 Jul 2017 15:10:14 +0000 (17:10 +0200)
Fixes: 4658c4b789d8e2ae ("ARM: dts: iwg20m: Add MMCIF0 support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7743-iwg20m.dtsi

index f78dbc542a824f40944b3f262d803d425c6ecee9..ff799381863763decedb115e645980670d973b5b 100644 (file)
 };
 
 &mmcif0 {
-               pinctrl-0 = <&mmcif0_pins>;
-               pinctrl-names = "default";
+       pinctrl-0 = <&mmcif0_pins>;
+       pinctrl-names = "default";
 
-               vmmc-supply = <&reg_3p3v>;
-               bus-width = <8>;
-               non-removable;
-               status = "okay";
+       vmmc-supply = <&reg_3p3v>;
+       bus-width = <8>;
+       non-removable;
+       status = "okay";
 };