ARM: dts: vt8500: Move memory nodes to board dts and fix addr/size
authorAlexey Charkov <alchark@gmail.com>
Thu, 15 May 2025 19:38:41 +0000 (22:38 +0300)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 12 Jun 2025 15:25:15 +0000 (17:25 +0200)
commitab46710603aba03ec6881152219ee7de27d20eff
treeabb6aa283fa0e0862780b1bf075c044423318861
parent4ce310e733d8e520e52772099ebeb980fd491cec
ARM: dts: vt8500: Move memory nodes to board dts and fix addr/size

VIA/WonderMedia SoCs don't have on-chip memory, so their memory
nodes are better placed in per-board dts rather than per-SoC dtsi.

Move them accordingly, and also add correct node addresses and
sizes for each of the boards. Some boards were also available with
more memory than included in this commit - those would need a
separate DT or an appropriate kernel cmdline argument to reflect it,
as the bootloader on these devices doesn't handle DT at all nor does
it any runtime discovery of available memory size.

Signed-off-by: Alexey Charkov <alchark@gmail.com>
Link: https://lore.kernel.org/r/20250515-wmt-dts-updates-v2-2-246937484cc8@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/vt8500/vt8500-bv07.dts
arch/arm/boot/dts/vt8500/vt8500.dtsi
arch/arm/boot/dts/vt8500/wm8505-ref.dts
arch/arm/boot/dts/vt8500/wm8505.dtsi
arch/arm/boot/dts/vt8500/wm8650-mid.dts
arch/arm/boot/dts/vt8500/wm8650.dtsi
arch/arm/boot/dts/vt8500/wm8750-apc8750.dts
arch/arm/boot/dts/vt8500/wm8750.dtsi
arch/arm/boot/dts/vt8500/wm8850-w70v2.dts
arch/arm/boot/dts/vt8500/wm8850.dtsi