Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2624705c authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: r8a7779: tidyup DT node naming



According to ePAPR spec,
this patch tidies up DT node name and related clock.

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 14e1d914
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -207,7 +207,7 @@
		interrupts = <0 100 0x4>;
		interrupts = <0 100 0x4>;
	};
	};


	sdhi0: sdhi@ffe4c000 {
	sdhi0: sd@ffe4c000 {
		compatible = "renesas,sdhi-r8a7779";
		compatible = "renesas,sdhi-r8a7779";
		reg = <0xffe4c000 0x100>;
		reg = <0xffe4c000 0x100>;
		interrupt-parent = <&gic>;
		interrupt-parent = <&gic>;
@@ -217,7 +217,7 @@
		status = "disabled";
		status = "disabled";
	};
	};


	sdhi1: sdhi@ffe4d000 {
	sdhi1: sd@ffe4d000 {
		compatible = "renesas,sdhi-r8a7779";
		compatible = "renesas,sdhi-r8a7779";
		reg = <0xffe4d000 0x100>;
		reg = <0xffe4d000 0x100>;
		interrupt-parent = <&gic>;
		interrupt-parent = <&gic>;
@@ -227,7 +227,7 @@
		status = "disabled";
		status = "disabled";
	};
	};


	sdhi2: sdhi@ffe4e000 {
	sdhi2: sd@ffe4e000 {
		compatible = "renesas,sdhi-r8a7779";
		compatible = "renesas,sdhi-r8a7779";
		reg = <0xffe4e000 0x100>;
		reg = <0xffe4e000 0x100>;
		interrupt-parent = <&gic>;
		interrupt-parent = <&gic>;
@@ -237,7 +237,7 @@
		status = "disabled";
		status = "disabled";
	};
	};


	sdhi3: sdhi@ffe4f000 {
	sdhi3: sd@ffe4f000 {
		compatible = "renesas,sdhi-r8a7779";
		compatible = "renesas,sdhi-r8a7779";
		reg = <0xffe4f000 0x100>;
		reg = <0xffe4f000 0x100>;
		interrupt-parent = <&gic>;
		interrupt-parent = <&gic>;
+4 −4
Original line number Original line Diff line number Diff line
@@ -204,13 +204,13 @@ static struct clk_lookup lookups[] = {
	CLKDEV_DEV_ID("sh-hspi.2", &mstp_clks[MSTP007]), /* HSPI2 */
	CLKDEV_DEV_ID("sh-hspi.2", &mstp_clks[MSTP007]), /* HSPI2 */
	CLKDEV_DEV_ID("fffc6000.spi", &mstp_clks[MSTP007]), /* HSPI2 */
	CLKDEV_DEV_ID("fffc6000.spi", &mstp_clks[MSTP007]), /* HSPI2 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.0", &mstp_clks[MSTP323]), /* SDHI0 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.0", &mstp_clks[MSTP323]), /* SDHI0 */
	CLKDEV_DEV_ID("ffe4c000.sdhi", &mstp_clks[MSTP323]), /* SDHI0 */
	CLKDEV_DEV_ID("ffe4c000.sd", &mstp_clks[MSTP323]), /* SDHI0 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.1", &mstp_clks[MSTP322]), /* SDHI1 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.1", &mstp_clks[MSTP322]), /* SDHI1 */
	CLKDEV_DEV_ID("ffe4d000.sdhi", &mstp_clks[MSTP322]), /* SDHI1 */
	CLKDEV_DEV_ID("ffe4d000.sd", &mstp_clks[MSTP322]), /* SDHI1 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP321]), /* SDHI2 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP321]), /* SDHI2 */
	CLKDEV_DEV_ID("ffe4e000.sdhi", &mstp_clks[MSTP321]), /* SDHI2 */
	CLKDEV_DEV_ID("ffe4e000.sd", &mstp_clks[MSTP321]), /* SDHI2 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.3", &mstp_clks[MSTP320]), /* SDHI3 */
	CLKDEV_DEV_ID("sh_mobile_sdhi.3", &mstp_clks[MSTP320]), /* SDHI3 */
	CLKDEV_DEV_ID("ffe4f000.sdhi", &mstp_clks[MSTP320]), /* SDHI3 */
	CLKDEV_DEV_ID("ffe4f000.sd", &mstp_clks[MSTP320]), /* SDHI3 */
	CLKDEV_DEV_ID("rcar-du-r8a7779", &mstp_clks[MSTP103]), /* DU */
	CLKDEV_DEV_ID("rcar-du-r8a7779", &mstp_clks[MSTP103]), /* DU */
};
};