ARM: dts: imx28-lwe: Pass device_type to the memory node
authorFabio Estevam <festevam@denx.de>
Tue, 5 Dec 2023 13:18:38 +0000 (10:18 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 03:19:34 +0000 (11:19 +0800)
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>
arch/arm/boot/dts/nxp/mxs/imx28-lwe.dtsi

index bb971e660db8e3eb704e7f8f9c43a77c4a8c70c9..69fcb0dde9402696755f48863bebdb3d372375f0 100644 (file)
@@ -18,6 +18,7 @@
 
        memory@40000000 {
                reg = <0x40000000 0x08000000>;
+               device_type = "memory";
        };
 
        reg_3v3: regulator-reg-3v3 {