[PATCH linux dev-4.10] ARM: dts: aspeed-palmetto: Correct flash window location

Joel Stanley joel at jms.id.au
Thu Mar 1 12:55:47 AEDT 2018


The flash window location was pointing off into the distance, far past
any RAM. Rein it back in to a useful location.

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
index 18df9c75c740..377539181142 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
@@ -26,9 +26,9 @@
 			reg = <0x5f000000 0x01000000>; /* 16MB */
 		};
 
-		flash_memory: region at 98000000 {
+		flash_memory: region at 5e000000 {
 			no-map;
-			reg = <0x98000000 0x01000000>; /* 16MB */
+			reg = <0x5e000000 0x1000000>; /* 16MB */
 		};
 	};
 
-- 
2.15.1



More information about the openbmc mailing list