mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00: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: 28b6224104cc ("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…
x
Reference in New Issue
Block a user