diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2021-10-29 19:39:07 +0900 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-11-23 11:21:53 +0530 |
commit | b1f9f4541e99a43e3d52bc65408d0b96a340c1df (patch) | |
tree | 018b4ac78896a9755112ed0196162645a1ffaf51 /drivers/phy/socionext/Kconfig | |
parent | 34f92b67621fe933ed9a3ed5a6f432541d183851 (diff) | |
download | lwn-b1f9f4541e99a43e3d52bc65408d0b96a340c1df.tar.gz lwn-b1f9f4541e99a43e3d52bc65408d0b96a340c1df.zip |
phy: uniphier-ahci: Add support for Pro4 SoC
Add support for PHY interface built into ahci controller implemented
in UniPhier Pro4 SoC.
Pro4 SoC distinguishes it from other SoCs as "legacy" SoC, which has GIO
clock line. And Pro4 AHCI-PHY needs to control additional reset lines
("pm", "tx", and "rx").
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1635503947-18250-9-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/socionext/Kconfig')
-rw-r--r-- | drivers/phy/socionext/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/socionext/Kconfig b/drivers/phy/socionext/Kconfig index a3970e0f89da..8ae644756352 100644 --- a/drivers/phy/socionext/Kconfig +++ b/drivers/phy/socionext/Kconfig @@ -43,4 +43,4 @@ config PHY_UNIPHIER_AHCI select GENERIC_PHY help Enable this to support PHY implemented in AHCI controller - on UniPhier SoCs. This driver supports PXs2 and PXs3 SoCs. + on UniPhier SoCs. This driver supports Pro4, PXs2 and PXs3 SoCs. |