]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: add device_type for memory node
authorFrank Li <Frank.Li@nxp.com>
Mon, 20 Oct 2025 21:06:41 +0000 (17:06 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:59:43 +0000 (14:59 +0800)
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>
arch/arm/boot/dts/nxp/imx/imx6dl-qmx6.dtsi

index 7a3b96315eaf55328cae2329357305b70c99fe6b..d5baec5e7a7824c05ca64c36a1839efff0bd7f71 100644 (file)
@@ -14,6 +14,7 @@
 / {
        memory@10000000 {
                reg = <0x10000000 0x40000000>;
+               device_type = "memory";
        };
 
        reg_3p3v: 3p3v {