]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: meson-axg: use the proper compatible for ethmac
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 10 Sep 2018 18:39:10 +0000 (20:39 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 13 Sep 2018 04:55:29 +0000 (21:55 -0700)
Use the correct compatible for the AXG ethernet mac node.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index 883ddfce2374ebbe337cc30ed3cc9ae4b3c9bfaf..9f614073a21940eb21d5140702353a542a3dbb51 100644 (file)
                ranges;
 
                ethmac: ethernet@ff3f0000 {
-                       compatible = "amlogic,meson-gxbb-dwmac", "snps,dwmac";
+                       compatible = "amlogic,meson-axg-dwmac", "snps,dwmac";
                        reg = <0x0 0xff3f0000 0x0 0x10000
                               0x0 0xff634540 0x0 0x8>;
                        interrupts = <GIC_SPI 8 IRQ_TYPE_EDGE_RISING>;