Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: iwg20m: Correct indentation of mmcif0 properties
@ 2017-07-17 12:06 Geert Uytterhoeven
  2017-07-17 12:44 ` Chris Paterson
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-07-17 12:06 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm, Chris Paterson
  Cc: linux-renesas-soc, Geert Uytterhoeven

Fixes: 4658c4b789d8e2ae ("ARM: dts: iwg20m: Add MMCIF0 support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7743-iwg20m.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
index f78dbc542a824f40..ff799381863763de 100644
--- a/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
+++ b/arch/arm/boot/dts/r8a7743-iwg20m.dtsi
@@ -45,11 +45,11 @@
 };
 
 &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";
 };
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-27 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 12:06 [PATCH] ARM: dts: iwg20m: Correct indentation of mmcif0 properties Geert Uytterhoeven
2017-07-17 12:44 ` Chris Paterson
2017-07-27 15:40   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox