[PATCH] ARM: dts: sti: rename SATA phy-names

Raphael Gallais-Pou posted 1 patch 2 months, 3 weeks ago
arch/arm/boot/dts/st/stih407-family.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] ARM: dts: sti: rename SATA phy-names
Posted by Raphael Gallais-Pou 2 months, 3 weeks ago
Stick to the documentation and rename both SATA phy-names properties to
what is expected.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
 arch/arm/boot/dts/st/stih407-family.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/st/stih407-family.dtsi b/arch/arm/boot/dts/st/stih407-family.dtsi
index 35a55aef7f4b..3e6a0542e3ae 100644
--- a/arch/arm/boot/dts/st/stih407-family.dtsi
+++ b/arch/arm/boot/dts/st/stih407-family.dtsi
@@ -669,7 +669,7 @@ sata0: sata@9b20000 {
 			interrupt-names = "hostc";
 
 			phys = <&phy_port0 PHY_TYPE_SATA>;
-			phy-names = "ahci_phy";
+			phy-names = "sata-phy";
 
 			resets = <&powerdown STIH407_SATA0_POWERDOWN>,
 				 <&softreset STIH407_SATA0_SOFTRESET>,
@@ -692,7 +692,7 @@ sata1: sata@9b28000 {
 			interrupt-names = "hostc";
 
 			phys = <&phy_port1 PHY_TYPE_SATA>;
-			phy-names = "ahci_phy";
+			phy-names = "sata-phy";
 
 			resets = <&powerdown STIH407_SATA1_POWERDOWN>,
 				 <&softreset STIH407_SATA1_SOFTRESET>,
-- 
2.50.1
Re: [PATCH] ARM: dts: sti: rename SATA phy-names
Posted by Patrice CHOTARD 2 months, 1 week ago

On 7/13/25 16:24, Raphael Gallais-Pou wrote:
> Stick to the documentation and rename both SATA phy-names properties to
> what is expected.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
>  arch/arm/boot/dts/st/stih407-family.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/st/stih407-family.dtsi b/arch/arm/boot/dts/st/stih407-family.dtsi
> index 35a55aef7f4b..3e6a0542e3ae 100644
> --- a/arch/arm/boot/dts/st/stih407-family.dtsi
> +++ b/arch/arm/boot/dts/st/stih407-family.dtsi
> @@ -669,7 +669,7 @@ sata0: sata@9b20000 {
>  			interrupt-names = "hostc";
>  
>  			phys = <&phy_port0 PHY_TYPE_SATA>;
> -			phy-names = "ahci_phy";
> +			phy-names = "sata-phy";
>  
>  			resets = <&powerdown STIH407_SATA0_POWERDOWN>,
>  				 <&softreset STIH407_SATA0_SOFTRESET>,
> @@ -692,7 +692,7 @@ sata1: sata@9b28000 {
>  			interrupt-names = "hostc";
>  
>  			phys = <&phy_port1 PHY_TYPE_SATA>;
> -			phy-names = "ahci_phy";
> +			phy-names = "sata-phy";
>  
>  			resets = <&powerdown STIH407_SATA1_POWERDOWN>,
>  				 <&softreset STIH407_SATA1_SOFTRESET>,


Hi Raphael

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

Thanks
Re: [PATCH] ARM: dts: sti: rename SATA phy-names
Posted by Patrice CHOTARD 1 month, 2 weeks ago

On 7/28/25 11:18, Patrice CHOTARD wrote:
> 
> 
> On 7/13/25 16:24, Raphael Gallais-Pou wrote:
>> Stick to the documentation and rename both SATA phy-names properties to
>> what is expected.
>>
>> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
>> ---
>>  arch/arm/boot/dts/st/stih407-family.dtsi | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/st/stih407-family.dtsi b/arch/arm/boot/dts/st/stih407-family.dtsi
>> index 35a55aef7f4b..3e6a0542e3ae 100644
>> --- a/arch/arm/boot/dts/st/stih407-family.dtsi
>> +++ b/arch/arm/boot/dts/st/stih407-family.dtsi
>> @@ -669,7 +669,7 @@ sata0: sata@9b20000 {
>>  			interrupt-names = "hostc";
>>  
>>  			phys = <&phy_port0 PHY_TYPE_SATA>;
>> -			phy-names = "ahci_phy";
>> +			phy-names = "sata-phy";
>>  
>>  			resets = <&powerdown STIH407_SATA0_POWERDOWN>,
>>  				 <&softreset STIH407_SATA0_SOFTRESET>,
>> @@ -692,7 +692,7 @@ sata1: sata@9b28000 {
>>  			interrupt-names = "hostc";
>>  
>>  			phys = <&phy_port1 PHY_TYPE_SATA>;
>> -			phy-names = "ahci_phy";
>> +			phy-names = "sata-phy";
>>  
>>  			resets = <&powerdown STIH407_SATA1_POWERDOWN>,
>>  				 <&softreset STIH407_SATA1_SOFTRESET>,
> 
> 
> Hi Raphael
> 
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
> 
> Thanks
Applied to sti-next

Thanks
Patrice