diff mbox series

[linux,dev-5.3,2/3] ARM: dts: aspeed: tacoma: Use 64MB for firmware memory

Message ID 20191016121934.28481-3-joel@jms.id.au
State Superseded, archived
Headers show
Series FSI Tweaks | expand

Commit Message

Joel Stanley Oct. 16, 2019, 12:19 p.m. UTC
Mbox's file mode needs a window the same size as the image being loaded.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eddie James Oct. 16, 2019, 7:10 p.m. UTC | #1
On 10/16/19 7:19 AM, Joel Stanley wrote:
> Mbox's file mode needs a window the same size as the image being loaded.
>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>   arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> index c073ad8d071f..f0d2f741800a 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> @@ -27,7 +27,7 @@
>   
>   		flash_memory: region@ba000000 {
>   			no-map;
> -			reg = <0xba000000 0x2000000>; /* 32M */
> +			reg = <0xba000000 0x4000000>; /* 64M */


Milton pointed out that this should be aligned to 64M, so 0xb8000000.

Thanks,

Eddie


>   		};
>   	};
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index c073ad8d071f..f0d2f741800a 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@ -27,7 +27,7 @@ 
 
 		flash_memory: region@ba000000 {
 			no-map;
-			reg = <0xba000000 0x2000000>; /* 32M */
+			reg = <0xba000000 0x4000000>; /* 64M */
 		};
 	};