From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Date: Fri, 30 Nov 2018 15:20:40 -0800 Subject: [PATCH] ARM: dts: aspeed: add missing memory unit-address In-Reply-To: <20181130015251.20754-1-robh@kernel.org> References: <20181130015251.20754-1-robh@kernel.org> Message-ID: <20181130232040.z4i4sm5dsycxbmlu@localhost> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, Nov 29, 2018 at 07:52:51PM -0600, Rob Herring wrote: > The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so > '/memory' in the board files create a duplicate node. We're probably > getting lucky that the bootloader fixes up the memory node that the > kernel ends up using. Add the unit-address so it's merged with the base > node. > > Found with DT json-schema checks. > > Cc: Joel Stanley > Cc: Andrew Jeffery > Cc: devicetree at vger.kernel.org > Cc: linux-arm-kernel at lists.infradead.org > Cc: linux-aspeed at lists.ozlabs.org > Signed-off-by: Rob Herring > --- > Might be better to just remove the node altogether from the SoC dtsi > file. It's only saving the device_type definition. Since I'm sweeping DT pull requests right now, and this is pretty straightforward, I've applied it to next/dt directly. -Olof