temporarily change sun50i-h6-emac to sun50i-a64-emac for OPiOne+

This commit is contained in:
Martin Ayotte 2019-01-21 17:14:50 -05:00
parent a156fddf8f
commit 6b961e202b

View File

@ -36,7 +36,7 @@ index f548eb4..2c0ecf7 100644
};
+ emac: ethernet@5020000 {
+ compatible = "allwinner,sun50i-h6-emac";
+ compatible = "allwinner,sun50i-a64-emac"; // was "allwinner,sun50i-h6-emac";
+ syscon = <&syscon>;
+ reg = <0x05020000 0x10000>;
+ interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;