mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
ARM: dts: add device_type for memory node
Add device_type for memory node to fix below CHECK_DTB warnings: arch/arm/boot/dts/nxp/imx/imx6dl-b105pv2.dtb: / (ge,imx6dl-b105pv2): memory@10000000: 'device_type' is a required property Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
0a1178155a
commit
b20ba9e502
|
|
@ -14,6 +14,7 @@
|
|||
/ {
|
||||
memory@10000000 {
|
||||
reg = <0x10000000 0x40000000>;
|
||||
device_type = "memory";
|
||||
};
|
||||
|
||||
reg_3p3v: 3p3v {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user