diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-30 14:29:45 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-30 21:43:56 +0200 |
commit | bf5c56ba57c8b5d60d83f5d590e9b0f4f54c29a2 (patch) | |
tree | 9e0ecc0df2e666c5052e13bf8005bb31884ff638 /target/linux/ath79/dts | |
parent | d15b6e4895f74a6073d57b2fc8323a2234c1bd0c (diff) | |
download | upstream-bf5c56ba57c8b5d60d83f5d590e9b0f4f54c29a2.tar.gz upstream-bf5c56ba57c8b5d60d83f5d590e9b0f4f54c29a2.tar.bz2 upstream-bf5c56ba57c8b5d60d83f5d590e9b0f4f54c29a2.zip |
ath79: cosmetic fixes for partition node of D-Link DIR-825 B1
Make the node name match the reg property and remove the unused
DT label.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts index bb6c31da9e..f9e94a5878 100644 --- a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts +++ b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts @@ -201,7 +201,7 @@ reg = <0x050000 0x610000>; }; - caldata: partition@60000 { + partition@660000 { label = "caldata"; reg = <0x660000 0x010000>; read-only; |