[openwrt/openwrt] ath79: cosmetic fixes for partition node of D-Link DIR-825 B1
LEDE Commits
lede-commits at lists.infradead.org
Thu Jul 30 15:51:30 EDT 2020
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bf5c56ba57c8b5d60d83f5d590e9b0f4f54c29a2
commit bf5c56ba57c8b5d60d83f5d590e9b0f4f54c29a2
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Thu Jul 30 14:29:45 2020 +0200
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 at adrianschmutzler.de>
---
target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 60000 {
+ partition at 660000 {
label = "caldata";
reg = <0x660000 0x010000>;
read-only;
More information about the lede-commits
mailing list