|
|
@@ -44,11 +44,34 @@
|
|
|
label = "art";
|
|
|
reg = <0xff0000 0x010000>;
|
|
|
read-only;
|
|
|
+
|
|
|
+ compatible = "nvmem-cells";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ cal_art_1000: cal@1000 {
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
+ };
|
|
|
+
|
|
|
+ macaddr_art_1002: macaddr@1002 {
|
|
|
+ reg = <0x1002 0x6>;
|
|
|
+ };
|
|
|
+
|
|
|
+ cal_art_5000: cal@5000 {
|
|
|
+ reg = <0x5000 0x844>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|
|
|
|
|
|
&pcie {
|
|
|
status = "okay";
|
|
|
+
|
|
|
+ wifi@0,0 {
|
|
|
+ compatible = "qcom,ath10k";
|
|
|
+ reg = <0x0 0 0 0 0>;
|
|
|
+ nvmem-cells = <&cal_art_5000>;
|
|
|
+ nvmem-cell-names = "calibration";
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
ð0 {
|
|
|
@@ -58,15 +81,6 @@
|
|
|
};
|
|
|
|
|
|
&wmac {
|
|
|
- mtd-cal-data = <&art 0x1000>;
|
|
|
-};
|
|
|
-
|
|
|
-&art {
|
|
|
- compatible = "nvmem-cells";
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
-
|
|
|
- macaddr_art_1002: macaddr@1002 {
|
|
|
- reg = <0x1002 0x6>;
|
|
|
- };
|
|
|
+ nvmem-cells = <&cal_art_1000>;
|
|
|
+ nvmem-cell-names = "calibration";
|
|
|
};
|