From 12fe4b579801ea812b64fc7e689716cd39c895ec Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 2 Aug 2016 22:25:58 +0200 Subject: lantiq: use ath, eep-flash/mac-offset for ath eep nodes No functional change, just easier to get what's the purpose of the hex values. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/ARV8539PW22.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/lantiq/dts/ARV8539PW22.dts') diff --git a/target/linux/lantiq/dts/ARV8539PW22.dts b/target/linux/lantiq/dts/ARV8539PW22.dts index 9f9db82d8e..6189b54861 100644 --- a/target/linux/lantiq/dts/ARV8539PW22.dts +++ b/target/linux/lantiq/dts/ARV8539PW22.dts @@ -59,7 +59,7 @@ reg = <0x40000 0x7B0000>; /* 7872 KiB */ }; - partition@7F0000 { + art: partition@7F0000 { label = "art"; reg = <0x7F0000 0x10000>; /* 64 KiB*/ read-only; @@ -75,8 +75,8 @@ ath9k_eep { compatible = "ath9k,eeprom"; - reg = <0 0x7f0400 0x1000 - 0 0x7f0016 0x6>; + ath,eep-flash = <&art 0x400>; + ath,mac-offset = <0x16>; ath,mac-increment = <1>; ath,pci-slot = <14>; ath,eep-endian; -- cgit v1.2.3