Skip to content

Commit c6a40c8

Browse files
robherringamboar
authored andcommitted
arm64: dts: nuvoton: Add missing "device_type" property on memory node
"device_type" is required for memory nodes, but is missing on Nuvoton npcm845-evb. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 8f0b4cc commit c6a40c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
};
1818

1919
memory@0 {
20+
device_type = "memory";
2021
reg = <0x0 0x0 0x0 0x40000000>;
2122
};
2223

0 commit comments

Comments
 (0)