diff options
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi b/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi index 7d4c7f0de9..7a4d2e6683 100644 --- a/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi +++ b/target/linux/octeon/files/arch/mips/boot/dts/cavium-octeon/cn7130_ubnt_edgerouter-e300.dtsi @@ -181,7 +181,7 @@ phy-mode = "sgmii"; phy-handle = <&phy5>; mtd-mac-address = <&eeprom 0>; - mtd-mac-address-increment = <(1)>; + mac-address-increment = <(1)>; }; ethernet@2 { @@ -190,7 +190,7 @@ phy-mode = "sgmii"; phy-handle = <&phy6>; mtd-mac-address = <&eeprom 0>; - mtd-mac-address-increment = <(2)>; + mac-address-increment = <(2)>; }; ethernet@3 { @@ -199,7 +199,7 @@ phy-mode = "sgmii"; phy-handle = <&phy7>; mtd-mac-address = <&eeprom 0>; - mtd-mac-address-increment = <(3)>; + mac-address-increment = <(3)>; }; }; }; |