diff mbox series

[AUTOSEL,for,4.14,60/67] ARM: dts: aspeed-evb: Add unit name to memory node

Message ID 20180308045641.7814-60-alexander.levin@microsoft.com
State New
Headers show
Series [AUTOSEL,for,4.14,01/67] Bluetooth: hci_qca: Avoid setup failure on missing rampatch | expand

Commit Message

Sasha Levin March 8, 2018, 4:57 a.m. UTC
From: Joel Stanley <joel@jms.id.au>


[ Upstream commit e40ed274489a5f516da120186578eb379b452ac6 ]

Fixes a warning when building with W=1.

All of the ASPEED device trees build without warnings now.

Signed-off-by: Joel Stanley <joel@jms.id.au>

Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>

---
 arch/arm/boot/dts/aspeed-ast2500-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.14.1
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-ast2500-evb.dts b/arch/arm/boot/dts/aspeed-ast2500-evb.dts
index f53e89d63477..c971cc93f42d 100644
--- a/arch/arm/boot/dts/aspeed-ast2500-evb.dts
+++ b/arch/arm/boot/dts/aspeed-ast2500-evb.dts
@@ -16,7 +16,7 @@ 
 		bootargs = "console=ttyS4,115200 earlyprintk";
 	};
 
-	memory {
+	memory@80000000 {
 		reg = <0x80000000 0x20000000>;
 	};
 };