From: Simon Horman Date: Wed, 18 Oct 2017 07:27:26 +0000 (+0200) Subject: ARM: dts: r8a7791: Use R-Car Gen2 Ether fallback compat string X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fc2d62f04dfd03eefc0061f3db9c00ded83db19e;p=linux.git ARM: dts: r8a7791: Use R-Car Gen2 Ether fallback compat string Use newly added R-Car Gen2 Ether fallback compat string in the DT of the r8a7791 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: Simon Horman Reviewed-by: Geert Uytterhoeven --- diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index 67831d0405f34..9815a933e4cc2 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -961,7 +961,8 @@ }; ether: ethernet@ee700000 { - compatible = "renesas,ether-r8a7791"; + compatible = "renesas,ether-r8a7791", + "renesas,rcar-gen2-ether"; reg = <0 0xee700000 0 0x400>; interrupts = ; clocks = <&cpg CPG_MOD 813>;