|
|
@@ -126,7 +126,7 @@
|
|
|
reg = <0x020000 0x730000>;
|
|
|
};
|
|
|
|
|
|
- info: partition@750000 {
|
|
|
+ partition@750000 {
|
|
|
label = "info";
|
|
|
reg = <0x750000 0x010000>;
|
|
|
read-only;
|
|
|
@@ -150,7 +150,7 @@
|
|
|
read-only;
|
|
|
};
|
|
|
|
|
|
- art: partition@7f0000 {
|
|
|
+ partition@7f0000 {
|
|
|
label = "art";
|
|
|
reg = <0x7f0000 0x010000>;
|
|
|
read-only;
|
|
|
@@ -160,6 +160,10 @@
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
+ cal_art_1000: calibration@1000 {
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
+ };
|
|
|
+
|
|
|
cal_art_5000: calibration@5000 {
|
|
|
reg = <0x5000 0x844>;
|
|
|
};
|
|
|
@@ -185,9 +189,8 @@
|
|
|
&wmac {
|
|
|
status = "okay";
|
|
|
|
|
|
- mtd-cal-data = <&art 0x1000>;
|
|
|
- nvmem-cells = <&macaddr_info_8 0>;
|
|
|
- nvmem-cell-names = "mac-address";
|
|
|
+ nvmem-cells = <&macaddr_info_8 0>, <&cal_art_1000>;
|
|
|
+ nvmem-cell-names = "mac-address", "calibration";
|
|
|
};
|
|
|
|
|
|
&pcie0 {
|