From 91d5067091b56fa757d08ef3e42c53f2f7294ec4 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 2 Aug 2016 22:26:01 +0200 Subject: lantiq: use the etop driver DT bindings only Use the generic mtd-mac-address dts property to get a mac address from flash instead of the lantiq specific one. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/ARV7525PW.dts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'target/linux/lantiq/dts/ARV7525PW.dts') diff --git a/target/linux/lantiq/dts/ARV7525PW.dts b/target/linux/lantiq/dts/ARV7525PW.dts index 52713a2b25..be1bf755a4 100644 --- a/target/linux/lantiq/dts/ARV7525PW.dts +++ b/target/linux/lantiq/dts/ARV7525PW.dts @@ -61,7 +61,7 @@ reg = <0x20000 0x3d0000>; }; - partition@400000 { + boardconfig: partition@400000 { label = "board_config"; reg = <0x3f0000 0x10000>; read-only; @@ -69,11 +69,6 @@ }; }; - mac_addr { - compatible = "lantiq,eth-mac"; - reg = <0 0x3f0016 0x6>; - }; - ralink_eep { compatible = "ralink,eeprom"; ralink,eeprom = "RT2860.eeprom"; @@ -99,6 +94,7 @@ etop@E180000 { phy-mode = "mii"; + mtd-mac-address = <&boardconfig 0x16>; }; pci@E105400 { -- cgit v1.2.3