ath79: mtd-cal-data removals

Replacement can be done with nvmem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2024-02-16 21:17:20 -08:00
committed by Hauke Mehrtens
parent 79fc4dba60
commit 74f2df9dbc
164 changed files with 1502 additions and 589 deletions

View File

@@ -119,7 +119,7 @@
reg = <0x850000 0x7a0000>;
};
art: partition@ff0000 {
partition@ff0000 {
label = "ART";
reg = <0xff0000 0x010000>;
read-only;
@@ -135,6 +135,10 @@
#nvmem-cell-cells = <1>;
};
cal_art_1000: calibration@1000 {
reg = <0x1000 0x440>;
};
cal_art_5000: calibration@5000 {
reg = <0x5000 0x844>;
};
@@ -174,9 +178,8 @@
&wmac {
status = "okay";
mtd-cal-data = <&art 0x1000>;
nvmem-cells = <&macaddr_art_0 1>;
nvmem-cell-names = "mac-address";
nvmem-cells = <&macaddr_art_0 1>, <&cal_art_1000>;
nvmem-cell-names = "mac-address", "calibration";
};
&pcie0 {