lantiq: fix mac address from nvmem-cells
The devicetree property mac-address is expected to be set by the bootloader and has priority over the nvmem supplied one. Drop the mac-address address property from the dtsi files, to let the mac address from nvmem-cells get used. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -385,7 +385,6 @@
|
|||||||
0xe108000 0x200>;
|
0xe108000 0x200>;
|
||||||
interrupt-parent = <&icu0>;
|
interrupt-parent = <&icu0>;
|
||||||
interrupts = <73 72>;
|
interrupts = <73 72>;
|
||||||
mac-address = [ 00 11 22 33 44 55 ];
|
|
||||||
pinctrl-0 = <&mdio_pins>;
|
pinctrl-0 = <&mdio_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -299,7 +299,6 @@
|
|||||||
reg = <0xe180000 0x40000>;
|
reg = <0xe180000 0x40000>;
|
||||||
interrupt-parent = <&icu0>;
|
interrupt-parent = <&icu0>;
|
||||||
interrupts = <73 78>;
|
interrupts = <73 78>;
|
||||||
mac-address = [ 00 11 22 33 44 55 ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ppe@e234000 {
|
ppe@e234000 {
|
||||||
|
|||||||
Reference in New Issue
Block a user