]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson: add dwmac-3.70a to ethmac compatible list
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 24 May 2019 13:08:17 +0000 (15:08 +0200)
committerKevin Hilman <khilman@baylibre.com>
Tue, 11 Jun 2019 22:50:01 +0000 (15:50 -0700)
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>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
arch/arm64/boot/dts/amlogic/meson-gx.dtsi

index 38169c85e91f1547f2e71ab32f85a032a5da20bb..6219337033a0b7a344d84bda656e18079c820309 100644 (file)
@@ -171,7 +171,9 @@ soc {
                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>;
index 6772709b9e195d59d9223213ef768a13634b6ef6..74d03fc706be1525d21dd7d07fec217ef289b9c0 100644 (file)
@@ -486,7 +486,9 @@ mailbox: mailbox@404 {
                };
 
                ethmac: ethernet@c9410000 {
-                       compatible = "amlogic,meson-gx-dwmac", "amlogic,meson-gxbb-dwmac", "snps,dwmac";
+                       compatible = "amlogic,meson-gxbb-dwmac",
+                                    "snps,dwmac-3.70a",
+                                    "snps,dwmac";
                        reg = <0x0 0xc9410000 0x0 0x10000
                               0x0 0xc8834540 0x0 0x4>;
                        interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;