From 12fe4b579801ea812b64fc7e689716cd39c895ec Mon Sep 17 00:00:00 2001
From: Mathias Kresin <dev@kresin.me>
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 <dev@kresin.me>
---
 target/linux/lantiq/dts/ARV4525PW.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'target/linux/lantiq/dts/ARV4525PW.dts')

diff --git a/target/linux/lantiq/dts/ARV4525PW.dts b/target/linux/lantiq/dts/ARV4525PW.dts
index 6a7ca629e9..9d27278d0b 100644
--- a/target/linux/lantiq/dts/ARV4525PW.dts
+++ b/target/linux/lantiq/dts/ARV4525PW.dts
@@ -59,7 +59,7 @@
 						reg = <0x20000 0x3d0000>;
 					};
 
-					partition@400000 {
+					boardconfig: partition@400000 {
 						label = "boardconfig";
 						reg = <0x3f0000 0x10000>;
 						read-only;
@@ -75,8 +75,8 @@
 
 			ath5k_eep {
 				compatible = "ath5k,eeprom";
-				reg = <0 0x3f0400 0x1000>;
-				ath,mac-offset = <0>;
+				ath,eep-flash = <&boardconfig 0x400>;
+				ath,mac-offset = <0x0>;
 				ath,eep-swap;
 			};
 		};
-- 
cgit v1.2.3