ath79: rename Mikrotik RB 922UAGS-5HPacD mtd partition
authorThibaut VARÈNE <hacks@slashdirt.org>
Tue, 17 Mar 2020 16:53:44 +0000 (17:53 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 27 Mar 2020 16:12:46 +0000 (17:12 +0100)
In RouterBOARD parlance there never was an "art" partition.
This partition has always been named 'hard_config' on ar71xx.

This partition contains more than just ART (Atheros Radio Test) data. It
includes the hardware description (product code, serial, board
identifier, name, hardware options, MAC address), as well as other bits
affecting the operation of RouterBoot.
To avoid confusion with regular ART data, this partition is renamed in
line with historical ar71xx and ramips nomenclature as 'hard_config'.

Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
[minor commit title/message adjustments]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/dts/qca9558_mikrotik_routerboard-922uags-5hpacd.dts
target/linux/ath79/mikrotik/base-files/etc/hotplug.d/firmware/11-ath10k-caldata

index 26a18ad6a7a830e4537cd7aa3fbbb82cdca7f6e6..3f2a1a51a6043f84f4dde4b342f8215cb6ba33d3 100644 (file)
@@ -80,7 +80,7 @@
 &eth0 {
        status = "okay";
 
-       mtd-mac-address = <&art 0x10>;
+       mtd-mac-address = <&hard_config 0x10>;
        phy-handle = <&phy4>;
        pll-data = <0x8f000000 0xa0000101 0xa0001313>;
 
                                read-only;
                        };
 
-                       art: partition@c000 {
-                               label = "art";
+                       hard_config: partition@c000 {
+                               label = "hard_config";
                                reg = <0x000c000 0x0001000>;
                                read-only;
                        };
index 7773eb1e3a558d4b0a01fcb04c7b60d9df473243..2521f0ad968d97f620357f5b34141e29482b04e5 100644 (file)
@@ -18,7 +18,7 @@ case "$FIRMWARE" in
 "ath10k/cal-pci-0000:01:00.0.bin")
        case $board in
        mikrotik,routerboard-922uags-5hpacd)
-               mikrotik_caldata_extract "art" 0x5000 0x844
+               mikrotik_caldata_extract "hard_config" 0x5000 0x844
                ;;
        esac
        ;;