aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-10-21 22:35:42 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:26:58 -0500
commit14e1d9147d96e0e6cc7f14eb339a7754404b4b73 (patch)
tree4e063977d3e5683d83e8335d019e276441189859 /arch
parent43304a5f51066a7ef851732c35b4582a8d6a5bc0 (diff)
ARM: shmobile: r8a7778: tidyup DT node naming
According to ePAPR spec, this patch tidies up DT node name and related clock. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/r8a7778.dtsi8
-rw-r--r--arch/arm/mach-shmobile/clock-r8a7778.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi
index 873eeb903b2e..ca88b3bc78e0 100644
--- a/arch/arm/boot/dts/r8a7778.dtsi
+++ b/arch/arm/boot/dts/r8a7778.dtsi
@@ -157,7 +157,7 @@
157 status = "disabled"; 157 status = "disabled";
158 }; 158 };
159 159
160 mmcif: mmcif@ffe4e000 { 160 mmcif: mmc@ffe4e000 {
161 compatible = "renesas,sh-mmcif"; 161 compatible = "renesas,sh-mmcif";
162 reg = <0xffe4e000 0x100>; 162 reg = <0xffe4e000 0x100>;
163 interrupt-parent = <&gic>; 163 interrupt-parent = <&gic>;
@@ -165,7 +165,7 @@
165 status = "disabled"; 165 status = "disabled";
166 }; 166 };
167 167
168 sdhi0: sdhi@ffe4c000 { 168 sdhi0: sd@ffe4c000 {
169 compatible = "renesas,sdhi-r8a7778"; 169 compatible = "renesas,sdhi-r8a7778";
170 reg = <0xffe4c000 0x100>; 170 reg = <0xffe4c000 0x100>;
171 interrupt-parent = <&gic>; 171 interrupt-parent = <&gic>;
@@ -175,7 +175,7 @@
175 status = "disabled"; 175 status = "disabled";
176 }; 176 };
177 177
178 sdhi1: sdhi@ffe4d000 { 178 sdhi1: sd@ffe4d000 {
179 compatible = "renesas,sdhi-r8a7778"; 179 compatible = "renesas,sdhi-r8a7778";
180 reg = <0xffe4d000 0x100>; 180 reg = <0xffe4d000 0x100>;
181 interrupt-parent = <&gic>; 181 interrupt-parent = <&gic>;
@@ -185,7 +185,7 @@
185 status = "disabled"; 185 status = "disabled";
186 }; 186 };
187 187
188 sdhi2: sdhi@ffe4f000 { 188 sdhi2: sd@ffe4f000 {
189 compatible = "renesas,sdhi-r8a7778"; 189 compatible = "renesas,sdhi-r8a7778";
190 reg = <0xffe4f000 0x100>; 190 reg = <0xffe4f000 0x100>;
191 interrupt-parent = <&gic>; 191 interrupt-parent = <&gic>;
diff --git a/arch/arm/mach-shmobile/clock-r8a7778.c b/arch/arm/mach-shmobile/clock-r8a7778.c
index 54064346dafb..4b601bf4ede4 100644
--- a/arch/arm/mach-shmobile/clock-r8a7778.c
+++ b/arch/arm/mach-shmobile/clock-r8a7778.c
@@ -173,13 +173,13 @@ static struct clk_lookup lookups[] = {
173 173
174 /* MSTP32 clocks */ 174 /* MSTP32 clocks */
175 CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP331]), /* MMC */ 175 CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP331]), /* MMC */
176 CLKDEV_DEV_ID("ffe4e000.mmcif", &mstp_clks[MSTP331]), /* MMC */ 176 CLKDEV_DEV_ID("ffe4e000.mmc", &mstp_clks[MSTP331]), /* MMC */
177 CLKDEV_DEV_ID("sh_mobile_sdhi.0", &mstp_clks[MSTP323]), /* SDHI0 */ 177 CLKDEV_DEV_ID("sh_mobile_sdhi.0", &mstp_clks[MSTP323]), /* SDHI0 */
178 CLKDEV_DEV_ID("ffe4c000.sdhi", &mstp_clks[MSTP323]), /* SDHI0 */ 178 CLKDEV_DEV_ID("ffe4c000.sd", &mstp_clks[MSTP323]), /* SDHI0 */
179 CLKDEV_DEV_ID("sh_mobile_sdhi.1", &mstp_clks[MSTP322]), /* SDHI1 */ 179 CLKDEV_DEV_ID("sh_mobile_sdhi.1", &mstp_clks[MSTP322]), /* SDHI1 */
180 CLKDEV_DEV_ID("ffe4d000.sdhi", &mstp_clks[MSTP322]), /* SDHI1 */ 180 CLKDEV_DEV_ID("ffe4d000.sd", &mstp_clks[MSTP322]), /* SDHI1 */
181 CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP321]), /* SDHI2 */ 181 CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP321]), /* SDHI2 */
182 CLKDEV_DEV_ID("ffe4f000.sdhi", &mstp_clks[MSTP321]), /* SDHI2 */ 182 CLKDEV_DEV_ID("ffe4f000.sd", &mstp_clks[MSTP321]), /* SDHI2 */
183 CLKDEV_DEV_ID("r8a777x-ether", &mstp_clks[MSTP114]), /* Ether */ 183 CLKDEV_DEV_ID("r8a777x-ether", &mstp_clks[MSTP114]), /* Ether */
184 CLKDEV_DEV_ID("r8a7778-vin.0", &mstp_clks[MSTP110]), /* VIN0 */ 184 CLKDEV_DEV_ID("r8a7778-vin.0", &mstp_clks[MSTP110]), /* VIN0 */
185 CLKDEV_DEV_ID("r8a7778-vin.1", &mstp_clks[MSTP109]), /* VIN1 */ 185 CLKDEV_DEV_ID("r8a7778-vin.1", &mstp_clks[MSTP109]), /* VIN1 */