diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-05-24 15:08:17 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-06-11 15:50:01 -0700 |
commit | 9d63f5d1386ec4e34f3614f547592da85a8c4cc8 (patch) | |
tree | a2d79dde348cb4c5203306603e9ec5beb557a303 /arch/arm64/boot/dts/amlogic/meson-axg.dtsi | |
parent | 47b65cb8b525ac4729fea4cd1585749d443dc093 (diff) | |
download | linux-9d63f5d1386ec4e34f3614f547592da85a8c4cc8.tar.bz2 |
arm64: dts: meson: add dwmac-3.70a to ethmac compatible list
After discussing with Amlogic, the Synopsys GMAC version used by
the gx and axg family is the 3.70a. Set this is in DT
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-axg.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 38169c85e91f..6219337033a0 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -171,7 +171,9 @@ ranges; ethmac: ethernet@ff3f0000 { - compatible = "amlogic,meson-axg-dwmac", "snps,dwmac"; + compatible = "amlogic,meson-axg-dwmac", + "snps,dwmac-3.70a", + "snps,dwmac"; reg = <0x0 0xff3f0000 0x0 0x10000 0x0 0xff634540 0x0 0x8>; interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; |