mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
ARM: dts: ls1021a: fix memory node for schema check
Fix the following error from "make dtbs_check" memory: False schema does not allow ... Signed-off-by: Li Yang <leoyang.li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8611083250
commit
e11f309660
|
|
@ -47,7 +47,7 @@ cpu1: cpu@f01 {
|
|||
};
|
||||
};
|
||||
|
||||
memory {
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user