diff options
author | Rob Herring <robh@kernel.org> | 2018-11-29 19:52:51 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-11-30 15:20:42 -0800 |
commit | 8ef86955fe59f7912a40d57ae4c6d511f0187b4d (patch) | |
tree | 50470ccc454a61d8f2b114e39910ed65ad600115 /arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts | |
parent | 7f4b001b7f6e0480b5bdab9cd8ce1711e43e5cb5 (diff) | |
download | talos-op-linux-8ef86955fe59f7912a40d57ae4c6d511f0187b4d.tar.gz talos-op-linux-8ef86955fe59f7912a40d57ae4c6d511f0187b4d.zip |
ARM: dts: aspeed: add missing memory unit-address
The base aspeed-g5.dtsi already defines a '/memory@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 <joel@jms.id.au>
Cc: Andrew Jeffery <andrew@aj.id.au>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-aspeed@lists.ozlabs.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts b/arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts index 7a291de02543..22dade6393d0 100644 --- a/arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts +++ b/arch/arm/boot/dts/aspeed-bmc-intel-s2600wf.dts @@ -13,7 +13,7 @@ bootargs = "earlyprintk"; }; - memory { + memory@80000000 { reg = <0x80000000 0x20000000>; }; |