summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2026-01-22 10:54:58 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2026-01-22 10:54:58 +0100
commit332bd42e2f80e3c4d9610c21abf61e766a7bd5c1 (patch)
treee9a6a1b68e7f61817196a64eed01732f077b8ac0
parentccbd9e92c43670109e3a07fbbfb4b3d9beb50aea (diff)
parentc6a40c867467c23d531446c2b11d310b0a6641e7 (diff)
downloadlinux-332bd42e2f80e3c4d9610c21abf61e766a7bd5c1.tar.gz
linux-332bd42e2f80e3c4d9610c21abf61e766a7bd5c1.zip
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>
-rw-r--r--arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts b/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts
index 2638ee1c3846..5edf5d13342d 100644
--- a/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts
+++ b/arch/arm64/boot/dts/nuvoton/nuvoton-npcm845-evb.dts
@@ -17,6 +17,7 @@
};
memory@0 {
+ device_type = "memory";
reg = <0x0 0x0 0x0 0x40000000>;
};