Skip to content

Commit

Permalink
ath79: D-Link DAP-2xxx (QCA955x): move art partition to DTSI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
svanheule committed Jun 18, 2022
1 parent 7e627f1 commit 3a1eb93
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
6 changes: 0 additions & 6 deletions target/linux/ath79/dts/qca9557_dlink_dap-2660-a1.dts
Expand Up @@ -51,12 +51,6 @@
reg = <0xf50000 0xa0000>;
read-only;
};

art: partition@ff0000 {
label = "art";
reg = <0xff0000 0x10000>;
read-only;
};
};

&mdio0 {
Expand Down
6 changes: 0 additions & 6 deletions target/linux/ath79/dts/qca9558_dlink_dap-2680-a1.dts
Expand Up @@ -51,12 +51,6 @@
reg = <0xf50000 0xa0000>;
read-only;
};

art: partition@ff0000 {
label = "art";
reg = <0xff0000 0x10000>;
read-only;
};
};

&mdio0 {
Expand Down
6 changes: 0 additions & 6 deletions target/linux/ath79/dts/qca9558_dlink_dap-2695-a1.dts
Expand Up @@ -63,12 +63,6 @@
reg = <0xfe0000 0x010000>;
read-only;
};

art: partition@ff0000 {
label = "art";
reg = <0xff0000 0x010000>;
read-only;
};
};

&mdio0 {
Expand Down
6 changes: 0 additions & 6 deletions target/linux/ath79/dts/qca9558_dlink_dap-3662-a1.dts
Expand Up @@ -51,12 +51,6 @@
reg = <0xf60000 0x90000>;
read-only;
};

art: partition@ff0000 {
label = "art";
reg = <0xff0000 0x10000>;
read-only;
};
};

&mdio0 {
Expand Down
6 changes: 6 additions & 0 deletions target/linux/ath79/dts/qca955x_dlink_dap-2xxx.dtsi
Expand Up @@ -41,6 +41,12 @@
reg = <0x60000 0x10000>;
read-only;
};

art: partition@ff0000 {
label = "art";
reg = <0xff0000 0x10000>;
read-only;
};
};
};
};
Expand Down

0 comments on commit 3a1eb93

Please sign in to comment.