ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI
authorSander Vanheule <sander@svanheule.net>
Sat, 11 Jun 2022 11:15:28 +0000 (13:15 +0200)
committerSander Vanheule <sander@svanheule.net>
Sat, 18 Jun 2022 09:57:21 +0000 (11:57 +0200)
The art partition containing the radio calibration data is in the same
location for all supported devices. Move the definition to the base file
so the reference from the wmac node can reference the same file.

Cc: Sebastian Schaper <openwrt@sebastianschaper.net>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/ath79/dts/qca9533_dlink_dap-2230-a1.dts
target/linux/ath79/dts/qca9533_dlink_dap-3320-a1.dts
target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi

index 3717a35ae30ce109f8cd235ca06470bcbd00a48d..90383690b9721b55ea2e5a36ba924eec38399096 100644 (file)
                reg = <0xf50000 0xa0000>;
                read-only;
        };
-
-       art: partition@ff0000 {
-               label = "art";
-               reg = <0xff0000 0x10000>;
-               read-only;
-       };
 };
index c186a7ee442d005c98a8a43abdfa26b0c0278015..5758b0d2a31cfd6d83359915adb0d6350b10eed7 100644 (file)
                reg = <0xf60000 0x90000>;
                read-only;
        };
-
-       art: partition@ff0000 {
-               label = "art";
-               reg = <0xff0000 0x10000>;
-               read-only;
-       };
 };
index 71d9fffbe3e5a35549c39ea87ef9489a7bd13d5a..59c09dbe1b62a8843d3aa3090ee7c161b4d8886b 100644 (file)
                                reg = <0x60000 0x10000>;
                                read-only;
                        };
+
+                       art: partition@ff0000 {
+                               label = "art";
+                               reg = <0xff0000 0x10000>;
+                               read-only;
+                       };
                };
        };
 };