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 <dsankou...@gmail.com>
> Cc: Caleb Connolly <caleb.conno...@linaro.org>
> Cc: Dzmitry Sankouski <dsankou...@gmail.com>
> Cc: Simon Glass <s...@chromium.org>
> Cc: Sumit Garg <sumit.g...@linaro.org>
> Cc: Tom Rini <tr...@konsulko.com>
> Cc: Vladimir Zapolskiy <vladimir.zapols...@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@80000000 {
>               device_type = "memory";
> -             reg = <0 0x80000000 0 0xfe1bffff>;
> +             reg = <0 0x80000000 0 0xfe1c0000>;
>       };
>  
>       framebuffer: framebuffer@9D400000 {

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

Reply via email to