mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 03:29:36 +00:00
apm821xx: convert to nvmem-layout
nvmem-cells is deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d99aed31a0
commit
10b7e2d0df
@ -267,23 +267,25 @@
|
|||||||
reg = <0x07fc0000 0x00040000>;
|
reg = <0x07fc0000 0x00040000>;
|
||||||
read-only;
|
read-only;
|
||||||
|
|
||||||
compatible = "nvmem-cells";
|
nvmem-layout {
|
||||||
#address-cells = <1>;
|
compatible = "fixed-layout";
|
||||||
#size-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
macaddr_wifi_0: macaddr@0 {
|
macaddr_wifi_0: macaddr@0 {
|
||||||
reg = <0x0 0x6>;
|
reg = <0x0 0x6>;
|
||||||
};
|
};
|
||||||
macaddr_wifi_c: macaddr@c {
|
macaddr_wifi_c: macaddr@c {
|
||||||
reg = <0xc 0x6>;
|
reg = <0xc 0x6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
calibration_wifi_1000: calibration@1000 {
|
calibration_wifi_1000: calibration@1000 {
|
||||||
reg = <0x1000 0x440>;
|
reg = <0x1000 0x440>;
|
||||||
};
|
};
|
||||||
|
|
||||||
calibration_wifi_5000: calibration@5000 {
|
calibration_wifi_5000: calibration@5000 {
|
||||||
reg = <0x5000 0x440>;
|
reg = <0x5000 0x440>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user