[openwrt/openwrt] ramips: fix Ubiquiti EdgeRouter X's MAC address for gmac1
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 18 02:27:58 PDT 2023
rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/be7f9ad4ddb6a4cd22b128f8e8d424f445e299a8
commit be7f9ad4ddb6a4cd22b128f8e8d424f445e299a8
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Tue Jul 18 11:26:37 2023 +0200
ramips: fix Ubiquiti EdgeRouter X's MAC address for gmac1
This fixes:
[ 0.586649] OF: /ethernet at 1e100000/mac at 1: #nvmem-cell-cells = 1 found 0
Fixes: 28b6224104cc ("ramips: use fixed layout cell "mac-base" for Ubiquiti EdgeRouter X")
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dts b/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dts
index 2b5993db44..4665f04f02 100644
--- a/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dts
+++ b/target/linux/ramips/dts/mt7621_ubnt_edgerouter-x.dts
@@ -10,7 +10,7 @@
label = "eth0";
phy-handle = <ðphy0>;
- nvmem-cells = <&macaddr_factory_22>;
+ nvmem-cells = <&macaddr_factory_22 0>;
nvmem-cell-names = "mac-address";
};
More information about the lede-commits
mailing list