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

Commit bce90b30 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: dts: r8a7778: Use R-Car SDHI Gen1 fallback compat string



Use newly added R-Car SDHI Gen1 fallback compat string
in the DT of the r8a7778 SoC.

This should have no run-time effect as the driver matches against
the per-SoC compat string before considering the fallback compat string.

Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 35098dd2
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -380,7 +380,8 @@
	};
	};


	sdhi0: sd@ffe4c000 {
	sdhi0: sd@ffe4c000 {
		compatible = "renesas,sdhi-r8a7778";
		compatible = "renesas,sdhi-r8a7778",
			     "renesas,rcar-gen1-sdhi";
		reg = <0xffe4c000 0x100>;
		reg = <0xffe4c000 0x100>;
		interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&mstp3_clks R8A7778_CLK_SDHI0>;
		clocks = <&mstp3_clks R8A7778_CLK_SDHI0>;
@@ -389,7 +390,8 @@
	};
	};


	sdhi1: sd@ffe4d000 {
	sdhi1: sd@ffe4d000 {
		compatible = "renesas,sdhi-r8a7778";
		compatible = "renesas,sdhi-r8a7778",
			     "renesas,rcar-gen1-sdhi";
		reg = <0xffe4d000 0x100>;
		reg = <0xffe4d000 0x100>;
		interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&mstp3_clks R8A7778_CLK_SDHI1>;
		clocks = <&mstp3_clks R8A7778_CLK_SDHI1>;
@@ -398,7 +400,8 @@
	};
	};


	sdhi2: sd@ffe4f000 {
	sdhi2: sd@ffe4f000 {
		compatible = "renesas,sdhi-r8a7778";
		compatible = "renesas,sdhi-r8a7778",
			     "renesas,rcar-gen1-sdhi";
		reg = <0xffe4f000 0x100>;
		reg = <0xffe4f000 0x100>;
		interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&mstp3_clks R8A7778_CLK_SDHI2>;
		clocks = <&mstp3_clks R8A7778_CLK_SDHI2>;