diff options
author | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2016-10-10 17:42:33 +0200 |
---|---|---|
committer | Hans Ulli Kroll <ulli.kroll@googlemail.com> | 2016-10-10 17:42:33 +0200 |
commit | 3713190ded352690ba4dadf9c08460808d7f91fe (patch) | |
tree | 18ef1da55515116749fe7ba65aff5bd6d08b92d8 | |
parent | 3813cdf50cf50312845d99158125f4b759f02e5b (diff) | |
download | master-31e0f0ae-3713190ded352690ba4dadf9c08460808d7f91fe.tar.gz master-31e0f0ae-3713190ded352690ba4dadf9c08460808d7f91fe.tar.bz2 master-31e0f0ae-3713190ded352690ba4dadf9c08460808d7f91fe.zip |
fix mac address
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
-rw-r--r-- | target/linux/ramips/dts/BR-6478AC-V2.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/ramips/dts/BR-6478AC-V2.dts b/target/linux/ramips/dts/BR-6478AC-V2.dts index 14cc054311..dc49d6d22a 100644 --- a/target/linux/ramips/dts/BR-6478AC-V2.dts +++ b/target/linux/ramips/dts/BR-6478AC-V2.dts @@ -39,31 +39,31 @@ reg = <0 0>; linux,modalias = "m25p80", "mx25l6405d"; spi-max-frequency = <10000000>; - + partition@0 { label = "u-boot"; reg = <0x0 0x30000>; read-only; }; - + partition@30000 { label = "u-boot-env"; reg = <0x30000 0x10000>; read-only; }; - + factory: partition@40000 { label = "factory"; reg = <0x40000 0x10000>; read-only; }; - + partition@50000 { label = "cimage"; reg = <0x50000 0x20000>; read-only; }; - + partition@70000 { label = "firmware"; reg = <0x00070000 0x00790000>; @@ -88,10 +88,10 @@ resets = <&rstctrl 22 &rstctrl 19>; reset-names = "host", "device"; }; - + ethernet@10100000 { status = "okay"; - mtd-mac-address = <&factory 0x28>; + mtd-mac-address = <&factory 0x4>; pinctrl-names = "default"; pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; @@ -144,7 +144,7 @@ wmac@10180000 { ralink,mtd-eeprom = <&factory 0>; }; - + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -202,4 +202,4 @@ }; }; - + |