Re: [PATCH] arm64: dts: Add/fix /memory node unit-addresses

From: Heiko Stübner
Date: Wed May 01 2024 - 06:32:31 EST


Am Dienstag, 30. April 2024, 21:18:54 CEST schrieb Rob Herring (Arm):
> '/memory' nodes always have a 'reg' property, and therefore should have
> a unit-address with just plain hex (i.e. no commas). Fix all the arm64
> '/memory' nodes.
>
> It's possible that some bootloader depends on /memory (arm32 ATAG to DT
> code does for example). If so, the memory node should be commented with
> that requirement.
>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---

> arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts | 2 +-
> arch/arm64/boot/dts/rockchip/rk3368-r88.dts | 2 +-

For the Rockchip boards
Reviewed-by: Heiko Stuebner <heiko@xxxxxxxxx>

Other rk3368-based boards like the Geekbox and PX5-evb already use
the correct memory@0 node names, so it looks like the the bootloaders
used on rk3368 don't have special requirements for the node-naming.