ath79: D-Link DAP-2xxx (QCA955x): move art partition to DTSI
authorSander Vanheule <sander@svanheule.net>
Sat, 11 Jun 2022 09:25:06 +0000 (11:25 +0200)
committerSander Vanheule <sander@svanheule.net>
Sat, 18 Jun 2022 09:54:39 +0000 (11:54 +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 refer to the same file.

Cc: Sebastian Schaper <openwrt@sebastianschaper.net>
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/ath79/dts/qca9557_dlink_dap-2660-a1.dts
target/linux/ath79/dts/qca9558_dlink_dap-2680-a1.dts
target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts
target/linux/ath79/dts/qca9558_dlink_dap-3662-a1.dts
target/linux/ath79/dts/qca955x_dlink_dap-2xxx.dtsi

index 622f4410b33f95a285b09014a272052b3bf76e0f..039007942631b1c127229d7dbb019c09602f23c7 100644 (file)
                reg = <0xf50000 0xa0000>;
                read-only;
        };
-
-       art: partition@ff0000 {
-               label = "art";
-               reg = <0xff0000 0x10000>;
-               read-only;
-       };
 };
 
 &mdio0 {
index 7549c0a6970d165d00ea4f7d2d7d0fb2b894eeb9..0593fd29f418b96e0155acc7353ae30e41afe9a8 100644 (file)
                reg = <0xf50000 0xa0000>;
                read-only;
        };
-
-       art: partition@ff0000 {
-               label = "art";
-               reg = <0xff0000 0x10000>;
-               read-only;
-       };
 };
 
 &mdio0 {
index 99ff551adbb2126d877f5bc010d29e2958cb8ff6..91df50fb45d967f15b0b394247a31fd42a148769 100644 (file)
                reg = <0xfe0000 0x010000>;
                read-only;
        };
-
-       art: partition@ff0000 {
-               label = "art";
-               reg = <0xff0000 0x010000>;
-               read-only;
-       };
 };
 
 &mdio0 {
index 55ac061a56c8ff09e18eb33581756cf75e1eacdc..1ecc987a4f2cf0362f10606f7e8b2a695dddfc7e 100644 (file)
                reg = <0xf60000 0x90000>;
                read-only;
        };
-
-       art: partition@ff0000 {
-               label = "art";
-               reg = <0xff0000 0x10000>;
-               read-only;
-       };
 };
 
 &mdio0 {
index 1047dfddeb14bc30a671a17d8a2865458c381e0f..21fde53cc8675a699bbaf17082973bd9872f681a 100644 (file)
                                reg = <0x60000 0x10000>;
                                read-only;
                        };
+
+                       art: partition@ff0000 {
+                               label = "art";
+                               reg = <0xff0000 0x10000>;
+                               read-only;
+                       };
                };
        };
 };