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:
Fabio Estevam 2023-12-05 10:18:38 -03:00 committed by Shawn Guo
parent 844542b0fc
commit 287e256c1a

View File

@ -18,6 +18,7 @@
memory@40000000 {
reg = <0x40000000 0x08000000>;
device_type = "memory";
};
reg_3v3: regulator-reg-3v3 {