Commit d92df7e5 authored by Simon Horman's avatar Simon Horman

ARM: dts: r8a7790: use fallback etheravb compatibility string

Use recently added fallback compatibility string in r8a7790 device tree.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 880cb570
......@@ -773,7 +773,8 @@ ether: ethernet@ee700000 {
};
avb: ethernet@e6800000 {
compatible = "renesas,etheravb-r8a7790";
compatible = "renesas,etheravb-r8a7790",
"renesas,etheravb-rcar-gen2";
reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>;
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&mstp8_clks R8A7790_CLK_ETHERAVB>;
......
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