ARM: dts: imx28-lwe: Pass device_type to the memory node
Per memory.yaml, 'device_type' is a required property. Pass it to fix the following dt-schema warning: imx28-xea.dtb: /: memory@40000000: 'device_type' is a required property from schema $id: http://devicetree.org/schemas/memory.yaml# Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
844542b0fc
commit
287e256c1a
@ -18,6 +18,7 @@
|
||||
|
||||
memory@40000000 {
|
||||
reg = <0x40000000 0x08000000>;
|
||||
device_type = "memory";
|
||||
};
|
||||
|
||||
reg_3v3: regulator-reg-3v3 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user