ramips: Correct Unielec 01 and 06 dts wan macaddr byte location

Recent backport patch b5cb5f352d3133ac8384275be7d47264ad135e74 had missed changing the macaddr_factory address location.

This patch corrects the address location.

Fixes: b5cb5f352d31 ("ramips: fix WAN mac address allocation for Unielec 01 and 06 models")
Signed-off-by: David Bentham <db260179@gmail.com>
[Fix dts node name too]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
David Bentham 2022-10-24 09:05:59 +01:00 committed by Hauke Mehrtens
parent 6c5313d77c
commit fe58ee9057
3 changed files with 6 additions and 6 deletions

View File

@ -52,8 +52,8 @@
nvmem-cell-names = "mac-address";
};
&gmac1 {
nvmem-cells = <&macaddr_factory_e000>;
&wan {
nvmem-cells = <&macaddr_factory_e006>;
nvmem-cell-names = "mac-address";
};

View File

@ -57,8 +57,8 @@
nvmem-cell-names = "mac-address";
};
&gmac1 {
nvmem-cells = <&macaddr_factory_e000>;
&wan {
nvmem-cells = <&macaddr_factory_e006>;
nvmem-cell-names = "mac-address";
};

View File

@ -58,8 +58,8 @@
nvmem-cell-names = "mac-address";
};
&gmac1 {
nvmem-cells = <&macaddr_factory_e000>;
&wan {
nvmem-cells = <&macaddr_factory_e006>;
nvmem-cell-names = "mac-address";
};