diff mbox series

[2/3] ARM: dts: stm32: Fix partition node name for stm32mp15xx-dhcor-u-boot

Message ID 20240308135009.2621719-2-patrice.chotard@foss.st.com
State Accepted
Commit 617e1a413ec89f0af99002ca1cdd69434a4a3591
Delegated to: Patrick Delaunay
Headers show
Series [1/3] ARM: dts: stm32: Fix partition node name for stm32mp157c-ev1-u-boot | expand

Commit Message

Patrice CHOTARD March 8, 2024, 1:50 p.m. UTC
Fix flash@0 partition node name with correct offset.

Fixes: 90f992e6a58c ("arm: dts: stm32: Add partitions in flash0 and nand node for
stm32mp15xx-dhcom/dhcor")

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---

 arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Marek Vasut March 8, 2024, 2:02 p.m. UTC | #1
On 3/8/24 2:50 PM, Patrice Chotard wrote:
> Fix flash@0 partition node name with correct offset.
> 
> Fixes: 90f992e6a58c ("arm: dts: stm32: Add partitions in flash0 and nand node for
> stm32mp15xx-dhcom/dhcor")
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>

Reviewed-by: Marek Vasut <marex@denx.de>
Patrick Delaunay April 17, 2024, 9 a.m. UTC | #2
Hi

On 3/8/24 14:50, Patrice Chotard wrote:
> Fix flash@0 partition node name with correct offset.
>
> Fixes: 90f992e6a58c ("arm: dts: stm32: Add partitions in flash0 and nand node for
> stm32mp15xx-dhcom/dhcor")
>
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
>
>   arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> index 552b35db3c7..ba84db679e1 100644
> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> @@ -42,15 +42,15 @@
>   			label = "fsbl2";
>   			reg = <0x00040000 0x00040000>;
>   		};
> -		partition@500000 {
> +		partition@80000 {
>   			label = "uboot";
>   			reg = <0x00080000 0x00160000>;
>   		};
> -		partition@900000 {
> +		partition@1e0000 {
>   			label = "env1";
>   			reg = <0x001E0000 0x00010000>;
>   		};
> -		partition@980000 {
> +		partition@1f0000 {
>   			label = "env2";
>   			reg = <0x001F0000 0x00010000>;
>   		};



Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>

Thanks
Patrick
Patrice CHOTARD April 19, 2024, 12:33 p.m. UTC | #3
On 4/17/24 11:00, Patrick DELAUNAY wrote:
> Hi
> 
> On 3/8/24 14:50, Patrice Chotard wrote:
>> Fix flash@0 partition node name with correct offset.
>>
>> Fixes: 90f992e6a58c ("arm: dts: stm32: Add partitions in flash0 and nand node for
>> stm32mp15xx-dhcom/dhcor")
>>
>> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
>> ---
>>
>>   arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> index 552b35db3c7..ba84db679e1 100644
>> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
>> @@ -42,15 +42,15 @@
>>               label = "fsbl2";
>>               reg = <0x00040000 0x00040000>;
>>           };
>> -        partition@500000 {
>> +        partition@80000 {
>>               label = "uboot";
>>               reg = <0x00080000 0x00160000>;
>>           };
>> -        partition@900000 {
>> +        partition@1e0000 {
>>               label = "env1";
>>               reg = <0x001E0000 0x00010000>;
>>           };
>> -        partition@980000 {
>> +        partition@1f0000 {
>>               label = "env2";
>>               reg = <0x001F0000 0x00010000>;
>>           };
> 
> 
> 
> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> 
> Thanks
> Patrick
> 

Applied on u-boot-stm32/master
diff mbox series

Patch

diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
index 552b35db3c7..ba84db679e1 100644
--- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
@@ -42,15 +42,15 @@ 
 			label = "fsbl2";
 			reg = <0x00040000 0x00040000>;
 		};
-		partition@500000 {
+		partition@80000 {
 			label = "uboot";
 			reg = <0x00080000 0x00160000>;
 		};
-		partition@900000 {
+		partition@1e0000 {
 			label = "env1";
 			reg = <0x001E0000 0x00010000>;
 		};
-		partition@980000 {
+		partition@1f0000 {
 			label = "env2";
 			reg = <0x001F0000 0x00010000>;
 		};