|
|
@@ -190,6 +190,10 @@
|
|
|
macaddr_art_6: macaddr@6 {
|
|
|
reg = <0x6 0x6>;
|
|
|
};
|
|
|
+
|
|
|
+ calibration_art_1000: calibration@1000 {
|
|
|
+ reg = <0x1000 0x200>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
@@ -214,9 +218,8 @@
|
|
|
ath9k: wifi@0,0 {
|
|
|
compatible = "pci168c,002b";
|
|
|
reg = <0x0000 0 0 0 0>;
|
|
|
- nvmem-cells = <&macaddr_art_0 1>;
|
|
|
- nvmem-cell-names = "mac-address";
|
|
|
- qca,no-eeprom;
|
|
|
+ nvmem-cells = <&macaddr_art_0 1>, <&calibration_art_1000>;
|
|
|
+ nvmem-cell-names = "mac-address", "calibration";
|
|
|
#gpio-cells = <2>;
|
|
|
gpio-controller;
|
|
|
};
|