diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-11-19 00:14:38 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-07 14:10:02 +0100 |
commit | 5000fc53a170ae6611b649767740238635be6f30 (patch) | |
tree | 928b168df5f1ca555e7dfa80d91f44ce0b70d5b0 /target/linux | |
parent | a0ca72d9abf59d96609d1c222365f046d5c9cc1c (diff) | |
download | upstream-5000fc53a170ae6611b649767740238635be6f30.tar.gz upstream-5000fc53a170ae6611b649767740238635be6f30.tar.bz2 upstream-5000fc53a170ae6611b649767740238635be6f30.zip |
ath79: fix DTS node names for Ubiquiti XW partitions
Some node names were inconsistent with the reg property. Fix it.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 1a0d6e1eba57d38c5ab6b0e8468188f09e45079d)
[fixed XM->XW in commit title for backport]
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/ar9342_ubnt_xw.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi index 84fc222156..f0f112c510 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi +++ b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi @@ -96,13 +96,13 @@ reg = <0x050000 0x760000>; }; - partition@fb0000 { + partition@7b0000 { label = "cfg"; reg = <0x7b0000 0x040000>; read-only; }; - eeprom: partition@ff0000 { + eeprom: partition@7f0000 { label = "EEPROM"; reg = <0x7f0000 0x010000>; read-only; |