mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-06 12:44:00 -05:00
qualcommax: convert to nvmem-layout
nvmem-cells is deprecated Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
10b7e2d0df
commit
eadf2ead4e
@ -151,7 +151,8 @@
|
||||
reg = <0x800000 0x80000>;
|
||||
read-only;
|
||||
|
||||
compatible = "nvmem-cells";
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
@ -175,6 +176,7 @@
|
||||
reg = <0x33000 0x844>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
partition@880000 {
|
||||
label = "bdata";
|
||||
|
||||
@ -280,7 +280,8 @@
|
||||
reg = <0xf80000 0x80000>;
|
||||
read-only;
|
||||
|
||||
compatible = "nvmem-cells";
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
@ -308,6 +309,7 @@
|
||||
reg = <0x4d000 0x844>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
partition@1000000 {
|
||||
label = "bdata";
|
||||
|
||||
@ -441,7 +441,8 @@
|
||||
reg = <0x1180000 0x0100000>;
|
||||
read-only;
|
||||
|
||||
compatible = "nvmem-cells";
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
@ -468,7 +469,7 @@
|
||||
macaddr_dp6_syn: macaddr@5 {
|
||||
reg = <0x1e 0x6>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
partition@1280000 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user