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

From: Chanho Min
Date: Thu May 02 2024 - 01:31:00 EST


On 5/1/24 4:18, Rob Herring (Arm) wrote:
'/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.

arch/arm64/boot/dts/lg/lg1312-ref.dts | 2 +-
arch/arm64/boot/dts/lg/lg1313-ref.dts | 2 +-

Reviewed-by: Chanho Min <chanho.min@xxxxxxx>