ath79: fix Teltonika RUT230 v1 MAC assignment
The MAC-Address setup for the Teltonika RUT230 v1 was swapped for the LAN / WAN ports. Also the Label-MAC was assigned incorrect, as the WiFi MAC is printed on the case as part of the SSID, however only the LAN MAC-Address is designated as a MAC-Address. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
dbc93d280c
commit
4c0919839d
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
compatible = "teltonika,rut230-v1", "qca,ar9331";
|
compatible = "teltonika,rut230-v1", "qca,ar9331";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
label-mac-device = &wmac;
|
label-mac-device = ð1;
|
||||||
led-boot = &led_ss0;
|
led-boot = &led_ss0;
|
||||||
led-failsafe = &led_ss0;
|
led-failsafe = &led_ss0;
|
||||||
led-upgrade = &led_ss0;
|
led-upgrade = &led_ss0;
|
||||||
|
@ -111,6 +111,7 @@
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_config_0>;
|
nvmem-cells = <&macaddr_config_0>;
|
||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
|
mac-address-increment = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ð1 {
|
ð1 {
|
||||||
|
@ -118,7 +119,6 @@
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_config_0>;
|
nvmem-cells = <&macaddr_config_0>;
|
||||||
nvmem-cell-names = "mac-address";
|
nvmem-cell-names = "mac-address";
|
||||||
mac-address-increment = <1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&spi {
|
&spi {
|
||||||
|
|
Loading…
Reference in a new issue