mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-28 06:44:36 -05:00
ARM: dts: sti: rename SATA phy-names
Stick to the documentation and rename both SATA phy-names properties to what is expected. Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
committed by
Patrice Chotard
parent
8f5ae30d69
commit
5ae2da6bdd
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user