aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-10-21 22:37:39 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:27:02 -0500
commit26adf1a79e847ac147c1cc9f2c033ff5e4a73e22 (patch)
tree9869611a189399b4b4f846202a0167651094f7c2 /arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
parenteeafbdf3253f23cbd30ee5f876ee9bb696a3c207 (diff)
ARM: shmobile: kzm9g: tidyup DT node naming
According to ePAPR spec, this patch tidies up DT node name. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/sh73a0-kzm9g-reference.dts')
-rw-r--r--arch/arm/boot/dts/sh73a0-kzm9g-reference.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index 8ee06dd81799..df75aea42a48 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -205,7 +205,7 @@
205 renesas,function = "i2c3"; 205 renesas,function = "i2c3";
206 }; 206 };
207 207
208 mmcif_pins: mmcif { 208 mmcif_pins: mmc {
209 mux { 209 mux {
210 renesas,groups = "mmc0_data8_0", "mmc0_ctrl_0"; 210 renesas,groups = "mmc0_data8_0", "mmc0_ctrl_0";
211 renesas,function = "mmc0"; 211 renesas,function = "mmc0";
@@ -217,17 +217,17 @@
217 }; 217 };
218 }; 218 };
219 219
220 scifa4_pins: scifa4 { 220 scifa4_pins: serial4 {
221 renesas,groups = "scifa4_data", "scifa4_ctrl"; 221 renesas,groups = "scifa4_data", "scifa4_ctrl";
222 renesas,function = "scifa4"; 222 renesas,function = "scifa4";
223 }; 223 };
224 224
225 sdhi0_pins: sdhi0 { 225 sdhi0_pins: sd0 {
226 renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd", "sdhi0_wp"; 226 renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd", "sdhi0_wp";
227 renesas,function = "sdhi0"; 227 renesas,function = "sdhi0";
228 }; 228 };
229 229
230 sdhi2_pins: sdhi2 { 230 sdhi2_pins: sd2 {
231 renesas,groups = "sdhi2_data4", "sdhi2_ctrl"; 231 renesas,groups = "sdhi2_data4", "sdhi2_ctrl";
232 renesas,function = "sdhi2"; 232 renesas,function = "sdhi2";
233 }; 233 };