mediatek: fix ascii macaddr for ct3003 and zr3020
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
fb8cf7327c
commit
58a92afcc9
@ -72,7 +72,7 @@
|
||||
phy-mode = "2500base-x";
|
||||
|
||||
nvmem-cells = <&macaddr_art_7b 0>;
|
||||
nvmem-cell-names = "mac-address-ascii";
|
||||
nvmem-cell-names = "mac-address";
|
||||
|
||||
fixed-link {
|
||||
speed = <2500>;
|
||||
@ -196,7 +196,7 @@
|
||||
label = "wan";
|
||||
|
||||
nvmem-cells = <&macaddr_art_7b 3>;
|
||||
nvmem-cell-names = "mac-address-ascii";
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
port@6 {
|
||||
|
||||
@ -96,7 +96,7 @@
|
||||
phy-mode = "2500base-x";
|
||||
|
||||
nvmem-cells = <&macaddr_config_50707 0>;
|
||||
nvmem-cell-names = "mac-address-ascii";
|
||||
nvmem-cell-names = "mac-address";
|
||||
|
||||
fixed-link {
|
||||
speed = <2500>;
|
||||
@ -205,7 +205,7 @@
|
||||
label = "wan";
|
||||
|
||||
nvmem-cells = <&macaddr_config_50787 0>;
|
||||
nvmem-cell-names = "mac-address-ascii";
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
port@2 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user