]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/sun8i-h3.dtsi
sunxi: Fix H3 EMAC syscon register address
[u-boot] / arch / arm / dts / sun8i-h3.dtsi
index 6babaf37177f29215f84f62181e6d5c033e3460b..afa60793a2353d3018f7dbc001df06c2e95b9fa8 100644 (file)
 
                emac: ethernet@1c30000 {
                        compatible = "allwinner,sun8i-h3-emac";
-                       syscon = <&syscon>;
-                       reg = <0x01c30000 0x104>;
-                       reg-names = "emac";
+                       reg = <0x01c30000 0x104>, <0x01c00030 0x4>;
+                       reg-names = "emac", "syscon";
                        interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
                        resets = <&ccu RST_BUS_EMAC>, <&ccu RST_BUS_EPHY>;
                        reset-names = "ahb", "ephy";