diff options
author | Mathias Kresin <dev@kresin.me> | 2021-11-14 20:09:25 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2021-11-14 20:18:17 +0100 |
commit | 683e9cf7d05dfb268435d8373e81b8b4f2cb2939 (patch) | |
tree | 2a989ea11f145f7a72db3f0e3d67d4781f5c7b74 /target/linux/lantiq | |
parent | 9daf57d960d26001645d9c4e178e89257b813717 (diff) | |
download | upstream-683e9cf7d05dfb268435d8373e81b8b4f2cb2939.tar.gz upstream-683e9cf7d05dfb268435d8373e81b8b4f2cb2939.tar.bz2 upstream-683e9cf7d05dfb268435d8373e81b8b4f2cb2939.zip |
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>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi | 1 | ||||
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi index 0eec0c614d..819dcfb5a8 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi @@ -385,7 +385,6 @@ 0xe108000 0x200>; interrupt-parent = <&icu0>; interrupts = <73 72>; - mac-address = [ 00 11 22 33 44 55 ]; pinctrl-0 = <&mdio_pins>; pinctrl-names = "default"; }; diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi index 34d8289542..e531fe45e8 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi @@ -299,7 +299,6 @@ reg = <0xe180000 0x40000>; interrupt-parent = <&icu0>; interrupts = <73 78>; - mac-address = [ 00 11 22 33 44 55 ]; }; ppe@e234000 { |