linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sti: rename SATA phy-names
@ 2025-07-13 14:24 Raphael Gallais-Pou
  2025-07-28  9:18 ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Raphael Gallais-Pou @ 2025-07-13 14:24 UTC (permalink / raw)
  To: Patrice Chotard, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-kernel, devicetree, linux-kernel

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: sti: rename SATA phy-names
  2025-07-13 14:24 [PATCH] ARM: dts: sti: rename SATA phy-names Raphael Gallais-Pou
@ 2025-07-28  9:18 ` Patrice CHOTARD
  2025-08-18 14:03   ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2025-07-28  9:18 UTC (permalink / raw)
  To: Raphael Gallais-Pou, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-kernel, devicetree, linux-kernel



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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: sti: rename SATA phy-names
  2025-07-28  9:18 ` Patrice CHOTARD
@ 2025-08-18 14:03   ` Patrice CHOTARD
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2025-08-18 14:03 UTC (permalink / raw)
  To: Raphael Gallais-Pou, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-kernel, devicetree, linux-kernel



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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-18 14:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-13 14:24 [PATCH] ARM: dts: sti: rename SATA phy-names Raphael Gallais-Pou
2025-07-28  9:18 ` Patrice CHOTARD
2025-08-18 14:03   ` Patrice CHOTARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).