diff options
Diffstat (limited to 'target/linux/lantiq/dts/ARV452CQW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV452CQW.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/ARV452CQW.dts b/target/linux/lantiq/dts/ARV452CQW.dts index 2bace94b0d..bbddf2c955 100644 --- a/target/linux/lantiq/dts/ARV452CQW.dts +++ b/target/linux/lantiq/dts/ARV452CQW.dts @@ -62,7 +62,7 @@ reg = <0x20000 0x3d0000>; }; - partition@3f0000 { + boardconfig: partition@3f0000 { label = "boardconfig"; reg = <0x3f0000 0x10000>; read-only; @@ -78,8 +78,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; }; gpiomm: gpiomm@4000000 { |