]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: r8a7794: Use R-Car Gen2 Ether fallback compat string
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 18 Oct 2017 07:27:28 +0000 (09:27 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 27 Nov 2017 10:39:43 +0000 (11:39 +0100)
Use newly added R-Car Gen2 Ether fallback compat string
in the DT of the r8a7794 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 <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a7794.dtsi

index 905e50c9b524d2c4ac40e516f8238e15f48a2a50..148c2567a6ce68d527829142fff26a85294927ab 100644 (file)
@@ -640,7 +640,8 @@ smp-sram@0 {
        };
 
        ether: ethernet@ee700000 {
-               compatible = "renesas,ether-r8a7794";
+               compatible = "renesas,ether-r8a7794",
+                            "renesas,rcar-gen2-ether";
                reg = <0 0xee700000 0 0x400>;
                interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
                clocks = <&cpg CPG_MOD 813>;