1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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>
This commit is contained in:
Mathias Kresin 2016-08-02 22:26:00 +02:00 committed by John Crispin
parent a7cce111db
commit 1b7d6583a5
12 changed files with 1 additions and 12 deletions

@ -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;