mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-07 20:32:11 -05:00
ramips: fix Ubiquiti EdgeRouter X's MAC address for gmac1
This fixes:
[ 0.586649] OF: /ethernet@1e100000/mac@1: #nvmem-cell-cells = 1 found 0
Fixes: 28b6224104 ("ramips: use fixed layout cell "mac-base" for Ubiquiti EdgeRouter X")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
b993a00b82
commit
be7f9ad4dd
@ -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";
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user