diff options
author | Mathias Kresin <dev@kresin.me> | 2016-08-02 22:26:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-10 02:04:31 +0200 |
commit | 1b7d6583a5ed9a2c31045107ab51b00b24109c5b (patch) | |
tree | c13a3ca7b8f4fd7b2804d6bf6f4c2d2f7fee3ef7 /target/linux/lantiq/dts/ARV4525PW.dts | |
parent | a7cce111dbf5ecd9f772420aae882bf7158fda79 (diff) | |
download | upstream-1b7d6583a5ed9a2c31045107ab51b00b24109c5b.tar.gz upstream-1b7d6583a5ed9a2c31045107ab51b00b24109c5b.tar.bz2 upstream-1b7d6583a5ed9a2c31045107ab51b00b24109c5b.zip |
lantiq: fix mac address increments
Use the same mac address increment in device tree source file and
userspace.
Don't add a mac address increment to either the only mtd mac-address or
to all mac-addresses.
Fix a typo in the TDW89X0.dtsi file to add an increment.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/ARV4525PW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV4525PW.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/ARV4525PW.dts b/target/linux/lantiq/dts/ARV4525PW.dts index 9d27278d0b..d66e087b08 100644 --- a/target/linux/lantiq/dts/ARV4525PW.dts +++ b/target/linux/lantiq/dts/ARV4525PW.dts @@ -70,7 +70,6 @@ mac_addr { compatible = "lantiq,eth-mac"; reg = <0 0x3f0016 0x6>; - mac-increment = <2>; }; ath5k_eep { |