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

Commit 81270ea7 authored by Simon Horman's avatar Simon Horman
Browse files

ARM: dts: r8a7743: Use R-Car Gen2 Ether fallback compat string



Use newly added R-Car Gen2 Ether fallback compat string
in the DT of the r8a7743 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>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -827,7 +827,8 @@
		};

		ether: ethernet@ee700000 {
			compatible = "renesas,ether-r8a7743";
			compatible = "renesas,ether-r8a7743",
				     "renesas,rcar-gen2-ether";
			reg = <0 0xee700000 0 0x400>;
			interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&cpg CPG_MOD 813>;