diff mbox

[08/17] ARM: shmobile: sh73a0: fixup DT node naming for MMCIF

Message ID 877gdfdlkl.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Changes Requested
Headers show

Commit Message

Kuninori Morimoto Oct. 15, 2013, 7:45 a.m. UTC
According to ePAPR spec,
this patch exchanges MMCIF DT node from "mmcif" to "mmc".

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts |    6 +++---
 arch/arm/boot/dts/sh73a0.dtsi                |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index eaeebd2..2e28afd 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -187,8 +187,8 @@ 
 	status = "okay";
 };
 
-&mmcif {
-	pinctrl-0 = <&mmcif_pins>;
+&mmc {
+	pinctrl-0 = <&mmc_pins>;
 	pinctrl-names = "default";
 
 	bus-width = <8>;
@@ -205,7 +205,7 @@ 
 		renesas,function = "i2c3";
 	};
 
-	mmcif_pins: mmcif {
+	mmc_pins: mmc {
 		mux {
 			renesas,groups = "mmc0_data8_0", "mmc0_ctrl_0";
 			renesas,function = "mmc0";
diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index ead8e58..6d4a98e 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -190,7 +190,7 @@ 
 		status = "disabled";
 	};
 
-	mmcif: mmcif@e6bd0000 {
+	mmc: mmc@e6bd0000 {
 		compatible = "renesas,sh-mmcif";
 		reg = <0xe6bd0000 0x100>;
 		interrupt-parent = <&gic>;