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,7 +267,8 @@
|
||||
reg = <0x07fc0000 0x00040000>;
|
||||
read-only;
|
||||
|
||||
compatible = "nvmem-cells";
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
@ -289,6 +290,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&UART0 {
|
||||
status = "okay";
|
||||
|
Loading…
x
Reference in New Issue
Block a user