arch/arm/boot/dts/st/stih407-family.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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
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
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
© 2016 - 2025 Red Hat, Inc.