diff options
| author | Krzysztof Kozlowski <krzk@kernel.org> | 2026-01-22 10:54:58 +0100 |
|---|---|---|
| committer | Krzysztof Kozlowski <krzk@kernel.org> | 2026-01-22 10:54:58 +0100 |
| commit | 332bd42e2f80e3c4d9610c21abf61e766a7bd5c1 (patch) | |
| tree | e9a6a1b68e7f61817196a64eed01732f077b8ac0 | |
| parent | ccbd9e92c43670109e3a07fbbfb4b3d9beb50aea (diff) | |
| parent | c6a40c867467c23d531446c2b11d310b0a6641e7 (diff) | |
| download | linux-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.dts | 1 |
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>; }; |
