
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@gmail.com Cc: Caleb Connolly caleb.connolly@linaro.org Cc: Dzmitry Sankouski dsankouski@gmail.com Cc: Simon Glass sjg@chromium.org Cc: Sumit Garg sumit.garg@linaro.org Cc: Tom Rini trini@konsulko.com Cc: Vladimir Zapolskiy vladimir.zapolskiy@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 {