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>
master
Mathias Kresin 8 years ago committed by John Crispin
parent a7cce111db
commit 1b7d6583a5
  1. 1
      target/linux/lantiq/dts/ARV4518PWR01.dtsi
  2. 1
      target/linux/lantiq/dts/ARV4520PW.dts
  3. 1
      target/linux/lantiq/dts/ARV4525PW.dts
  4. 1
      target/linux/lantiq/dts/ARV452CQW.dts
  5. 1
      target/linux/lantiq/dts/ARV7510PW22.dts
  6. 1
      target/linux/lantiq/dts/ARV7518PW.dts
  7. 1
      target/linux/lantiq/dts/ARV7519PW.dts
  8. 1
      target/linux/lantiq/dts/ARV7525PW.dts
  9. 1
      target/linux/lantiq/dts/ARV752DPW.dts
  10. 1
      target/linux/lantiq/dts/ARV752DPW22.dts
  11. 1
      target/linux/lantiq/dts/ARV8539PW22.dts
  12. 2
      target/linux/lantiq/dts/TDW89X0.dtsi

@ -79,7 +79,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x3f0016 0x6>;
mac-increment = <2>;
};
ath5k_eep {

@ -74,7 +74,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x3f0016 0x6>;
mac-increment = <2>;
};
gpiomm: gpiomm@4000000 {

@ -70,7 +70,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x3f0016 0x6>;
mac-increment = <2>;
};
ath5k_eep {

@ -73,7 +73,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x3f0016 0x6>;
mac-increment = <2>;
};
ath5k_eep {

@ -71,7 +71,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0xfe0016 0x6>;
mac-increment = <2>;
};
};

@ -81,7 +81,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x7f0016 0x6>;
mac-increment = <2>;
};
ath9k_eep {

@ -70,7 +70,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0xfe0016 0x6>;
mac-increment = <2>;
};
};

@ -72,7 +72,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x3f0016 0x6>;
mac-increment = <2>;
};
ralink_eep {

@ -71,7 +71,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x7f0016 0x6>;
mac-increment = <2>;
};
gpiomm: gpiomm@4000000 {

@ -71,7 +71,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x7f0016 0x6>;
mac-increment = <2>;
};
gpiomm: gpiomm@4000000 {

@ -70,7 +70,6 @@
mac_addr {
compatible = "lantiq,eth-mac";
reg = <0 0x7f0016 0x6>;
mac-increment = <2>;
};
ath9k_eep {

@ -85,7 +85,7 @@
compatible = "ath9k,eeprom";
ath,eep-flash = <&ath9k_cal 0x21000>;
ath,mac-offset = <0xf100>;
ath,mac-increment;
ath,mac-increment = <2>;
ath,led-pin = <0>;
ath,disable-5ghz;
ath,led-active-high;

Loading…
Cancel
Save