ath79: fix dtc address warnings
authorRosen Penev <rosenp@gmail.com>
Sat, 1 Jun 2024 04:53:20 +0000 (21:53 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Jun 2024 10:24:15 +0000 (12:24 +0200)
These should match reg values.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
target/linux/ath79/dts/ar9132_tplink_tl-wa901nd-v2.dts
target/linux/ath79/dts/ar9330_glinet_gl-ar150.dts
target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
target/linux/ath79/dts/ar9344_qxwlan_e750x.dtsi

index 1857b2b4a6cc86ddb7fca42a183be6d068313efc..75aeb69eb432f87752a32397128dfe9290548ef1 100644 (file)
                                };
                        };
 
-                       partition@1 {
+                       partition@20000 {
                                compatible = "tplink,firmware";
                                label = "firmware";
                                reg = <0x020000 0x3D0000>;
                        };
 
-                       art: partition@2 {
+                       art: partition@3f0000 {
                                label = "art";
-                               reg = <0x3F0000 0x010000>;
+                               reg = <0x3f0000 0x010000>;
                                read-only;
                        };
                };
index 088973048d818961fda90041bd683bf3f0b4184f..408fa12d8a3b79ba11afd5915a042ca1d40edc4b 100644 (file)
                                read-only;
                        };
 
-                       partition@1 {
+                       partition@40000 {
                                label = "u-boot-env";
                                reg = <0x040000 0x010000>;
                        };
 
-                       partition@2 {
+                       partition@50000 {
                                compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x050000 0xfa0000>;
                        };
 
-                       art: partition@3 {
+                       art: partition@ff0000 {
                                label = "art";
                                reg = <0xff0000 0x010000>;
                                read-only;
index ee9061716017496a07ee9c8780f8144483cbf487..6feee3123d6fafdbffea24b609ce012b26f9ba6e 100644 (file)
                                read-only;
                        };
 
-                       partition@1 {
+                       partition@40000 {
                                label = "u-boot-env";
                                reg = <0x040000 0x010000>;
                        };
 
-                       partition@2 {
+                       partition@50000 {
                                compatible = "denx,uimage";
                                label = "firmware";
                                reg = <0x050000 0xfa0000>;
                        };
 
-                       art: partition@3 {
+                       art: partition@ff0000 {
                                label = "art";
                                reg = <0xff0000 0x010000>;
                                read-only;
index df8f28c7d748b8ec9a95bd41185aeb3c926c8174..0f1fc3e0d50315d4adce83c0548220ce4ef1fc86 100644 (file)
 
                        art: partition@60000 {
                                label = "art";
-                               reg = <0x060000 0x010000>;
+                               reg = <0x60000 0x010000>;
                                read-only;
                        };
                };