aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-12-10 21:15:07 -0500
committerJoel Stanley <joel@jms.id.au>2017-12-20 22:33:21 -0500
commit236ffdfc31e1bdccde72bca95985d6414a43f257 (patch)
tree6692dc26c815383e815573aa26c144d335305a36
parent70c6351f71edcf900d3a016789b5a417ed43f903 (diff)
ARM: dts: aspeed-plametto: Add flash layout and fix memory node
The OpenBMC flash layout is used by Palmetto systems. Add the unit name to the memory node to fix a warning with W=1. Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
index a8f0c046e83e..4379d09a261f 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
@@ -12,7 +12,7 @@
12 bootargs = "console=ttyS4,115200 earlyprintk"; 12 bootargs = "console=ttyS4,115200 earlyprintk";
13 }; 13 };
14 14
15 memory { 15 memory@40000000 {
16 reg = <0x40000000 0x20000000>; 16 reg = <0x40000000 0x20000000>;
17 }; 17 };
18 18
@@ -34,6 +34,7 @@
34 status = "okay"; 34 status = "okay";
35 m25p,fast-read; 35 m25p,fast-read;
36 label = "bmc"; 36 label = "bmc";
37#include "openbmc-flash-layout.dtsi"
37 }; 38 };
38}; 39};
39 40