Commit 21b997ea authored by Simon Horman's avatar Simon Horman

ARM: dts: r8a7793: Use R-Car SDHI Gen2 fallback compat string

Use newly added R-Car SDHI Gen2 fallback compat string
in the DT of the r8a7793 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 40fcacbe
......@@ -562,7 +562,8 @@ pfc: pin-controller@e6060000 {
};
sdhi0: sd@ee100000 {
compatible = "renesas,sdhi-r8a7793";
compatible = "renesas,sdhi-r8a7793",
"renesas,rcar-gen2-sdhi";
reg = <0 0xee100000 0 0x328>;
interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 314>;
......@@ -576,7 +577,8 @@ sdhi0: sd@ee100000 {
};
sdhi1: sd@ee140000 {
compatible = "renesas,sdhi-r8a7793";
compatible = "renesas,sdhi-r8a7793",
"renesas,rcar-gen2-sdhi";
reg = <0 0xee140000 0 0x100>;
interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 312>;
......@@ -590,7 +592,8 @@ sdhi1: sd@ee140000 {
};
sdhi2: sd@ee160000 {
compatible = "renesas,sdhi-r8a7793";
compatible = "renesas,sdhi-r8a7793",
"renesas,rcar-gen2-sdhi";
reg = <0 0xee160000 0 0x100>;
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 311>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment