Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Raphael Gallais-Pou and committed by
Patrice Chotard
5ae2da6b 8f5ae30d

+2 -2
+2 -2
arch/arm/boot/dts/st/stih407-family.dtsi
··· 669 669 interrupt-names = "hostc"; 670 670 671 671 phys = <&phy_port0 PHY_TYPE_SATA>; 672 - phy-names = "ahci_phy"; 672 + phy-names = "sata-phy"; 673 673 674 674 resets = <&powerdown STIH407_SATA0_POWERDOWN>, 675 675 <&softreset STIH407_SATA0_SOFTRESET>, ··· 692 692 interrupt-names = "hostc"; 693 693 694 694 phys = <&phy_port1 PHY_TYPE_SATA>; 695 - phy-names = "ahci_phy"; 695 + phy-names = "sata-phy"; 696 696 697 697 resets = <&powerdown STIH407_SATA1_POWERDOWN>, 698 698 <&softreset STIH407_SATA1_SOFTRESET>,