ath79: use caldata partition label consistently
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 15 Jan 2020 22:03:16 +0000 (23:03 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 15 Jan 2020 22:04:36 +0000 (23:04 +0100)
Change the caldata partition DTS node label to be consistent with
the label property for some Netgear WNDR devices.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/dts/ar9344_netgear_wndr.dtsi
target/linux/ath79/dts/qca9563_netgear_wndr.dtsi

index dd212c0d88041589b605e60202536aefe6560e41..9fd428a1b360672cf1d8721653d9410c8940486c 100644 (file)
                        reg = <0x40000 0x40000>;
                };
 
-               art: partition@80000 {
+               caldata: partition@80000 {
                        label = "caldata";
                        reg = <0x80000 0x40000>;
                        read-only;
        /* default for ar934x, except for 1000M */
        pll-data = <0x06000000 0x00000101 0x00001616>;
 
-       mtd-mac-address = <&art 0x0>;
+       mtd-mac-address = <&caldata 0x0>;
 
        phy-mode = "rgmii";
        phy-handle = <&phy0>;
 &wmac {
        status = "okay";
 
-       mtd-mac-address = <&art 0x0>;
+       mtd-mac-address = <&caldata 0x0>;
        qca,no-eeprom;
 };
 
        ath9k: wifi@0,0 {
                compatible = "pci168c,0033";
                reg = <0x0000 0 0 0 0>;
-               mtd-mac-address = <&art 0xc>;
+               mtd-mac-address = <&caldata 0xc>;
                qca,no-eeprom;
                #gpio-cells = <2>;
                gpio-controller;
index 2ab9b0b34a563d6231d3a3757441e854d03b5750..bc06c5bd9dff574c2d6576f2dd3a7e5f5078e161 100644 (file)
                                reg = <0x90000 0x160000>;
                        };
 
-                       art: partition@1f0000 {
+                       caldata: partition@1f0000 {
                                label = "caldata";
                                reg = <0x1f0000 0x10000>;
                                read-only;
 
        pll-data = <0x03000101 0x00000101 0x00001919>;
 
-       mtd-mac-address = <&art 0x0>;
+       mtd-mac-address = <&caldata 0x0>;
 
        phy-mode = "sgmii";
        phy-handle = <&phy0>;
 &wmac {
        status = "okay";
 
-       mtd-mac-address = <&art 0x0>;
+       mtd-mac-address = <&caldata 0x0>;
        qca,no-eeprom;
 };
 
                /* chip is AR9580, override bogus PCI ID 168c:abcd */
                compatible = "pci168c,0033";
                reg = <0x0000 0 0 0 0>;
-               mtd-mac-address = <&art 0xc>;
+               mtd-mac-address = <&caldata 0xc>;
                qca,no-eeprom;
                qca,gpio-mask=<0xf6ff>; /* unmask pin 9 for RFKILL button */
                #gpio-cells = <2>;