diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-06-11 13:15:28 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-06-18 11:57:21 +0200 |
commit | b4e7b49a9202d17e5a4d711c4e0d314d6fa1c9cb (patch) | |
tree | 1525c45592b9a9108c01dcce026624d79ea148b2 /target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi | |
parent | 7868f7ad0f5008a7c2fb58c3f975f2ab280b8596 (diff) | |
download | upstream-b4e7b49a9202d17e5a4d711c4e0d314d6fa1c9cb.tar.gz upstream-b4e7b49a9202d17e5a4d711c4e0d314d6fa1c9cb.tar.bz2 upstream-b4e7b49a9202d17e5a4d711c4e0d314d6fa1c9cb.zip |
ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI
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>
Diffstat (limited to 'target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi')
-rw-r--r-- | target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi b/target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi index 71d9fffbe3..59c09dbe1b 100644 --- a/target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi +++ b/target/linux/ath79/dts/qca953x_dlink_dap-2xxx.dtsi @@ -41,6 +41,12 @@ reg = <0x60000 0x10000>; read-only; }; + + art: partition@ff0000 { + label = "art"; + reg = <0xff0000 0x10000>; + read-only; + }; }; }; }; |