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

2023-12-21 Thread Caleb Connolly



On 21/12/2023 15:11, Caleb Connolly wrote:
> 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?
ah, would help if I actually included the link!

[1]:
https://lore.kernel.org/u-boot/20231219-b4-qcom-common-target-v2-0-b6dd97042...@linaro.org/

> 
> On 21/12/2023 14:24, Dzmitry Sankouski wrote:
>> Fix memory size to 4K aligned.
>>
>> Signed-off-by: Dzmitry Sankouski 
>> Cc: Caleb Connolly 
>> Cc: Dzmitry Sankouski 
>> Cc: Simon Glass 
>> Cc: Sumit Garg 
>> Cc: Tom Rini 
>> Cc: Vladimir Zapolskiy 
>> ---
>>
>>  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@8000 {
>>  device_type = "memory";
>> -reg = <0 0x8000 0 0xfe1b>;
>> +reg = <0 0x8000 0 0xfe1c>;
>>  };
>>  
>>  framebuffer: framebuffer@9D40 {
> 

-- 
// Caleb (they/them)


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

2023-12-21 Thread Caleb Connolly
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 
> Cc: Caleb Connolly 
> Cc: Dzmitry Sankouski 
> Cc: Simon Glass 
> Cc: Sumit Garg 
> Cc: Tom Rini 
> Cc: Vladimir Zapolskiy 
> ---
> 
>  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@8000 {
>   device_type = "memory";
> - reg = <0 0x8000 0 0xfe1b>;
> + reg = <0 0x8000 0 0xfe1c>;
>   };
>  
>   framebuffer: framebuffer@9D40 {

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


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

2023-12-21 Thread Dzmitry Sankouski
Fix memory size to 4K aligned.

Signed-off-by: Dzmitry Sankouski 
Cc: Caleb Connolly 
Cc: Dzmitry Sankouski 
Cc: Simon Glass 
Cc: Sumit Garg 
Cc: Tom Rini 
Cc: Vladimir Zapolskiy 
---

 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@8000 {
device_type = "memory";
-   reg = <0 0x8000 0 0xfe1b>;
+   reg = <0 0x8000 0 0xfe1c>;
};
 
framebuffer: framebuffer@9D40 {
-- 
2.39.2