[PATCH 1/4] arm: dts: starqltechn: 4K align memory

Caleb Connolly caleb.connolly at linaro.org
Thu Dec 21 16:11:35 CET 2023


Hi Dzmitry,

Thanks for sending this series.

I think these changes should be mostly encompassed by [1].

With the exception of the MUIC which we should add in a -u-boot.dtsi file.

Could you give that seris a spin?

On 21/12/2023 14:24, Dzmitry Sankouski wrote:
> Fix memory size to 4K aligned.
> 
> Signed-off-by: Dzmitry Sankouski <dsankouski at gmail.com>
> Cc: Caleb Connolly <caleb.connolly at linaro.org>
> Cc: Dzmitry Sankouski <dsankouski at gmail.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Sumit Garg <sumit.garg at linaro.org>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Vladimir Zapolskiy <vladimir.zapolskiy at linaro.org>
> ---
> 
>  arch/arm/dts/starqltechn.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/starqltechn.dts b/arch/arm/dts/starqltechn.dts
> index 3c0f42c977..e6d57d2668 100644
> --- a/arch/arm/dts/starqltechn.dts
> +++ b/arch/arm/dts/starqltechn.dts
> @@ -25,7 +25,7 @@
>  
>  	memory at 80000000 {
>  		device_type = "memory";
> -		reg = <0 0x80000000 0 0xfe1bffff>;
> +		reg = <0 0x80000000 0 0xfe1c0000>;
>  	};
>  
>  	framebuffer: framebuffer at 9D400000 {

-- 
Thanks and regards,
// Caleb (they/them)


More information about the U-Boot mailing list