Skip to content

Commit 332bd42

Browse files
committed
Merge tag 'nuvoton-arm64-6.20-devicetree-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into soc/dt
Nuvoton arm64 devicetree changes for 6.20 Just the one patch from Rob adding the device_type property to the memory node of the NPCM845 EVB DTS. * tag 'nuvoton-arm64-6.20-devicetree-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux: arm64: dts: nuvoton: Add missing "device_type" property on memory node Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2 parents ccbd9e9 + c6a40c8 commit 332bd42

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)