]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: qcom: Add SNPS femto v2 USB HS phy
authorBhupesh Sharma <bhupesh.linux@gmail.com>
Wed, 3 Apr 2024 12:07:38 +0000 (14:07 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 4 Apr 2024 15:46:46 +0000 (17:46 +0200)
commit968f512e6c9f678e52fdcb8c81ec9b7539e5ee3d
tree6c85b4a3d9b9d16c7249b120211b2a2324dd3f22
parent8b133fc19c6eb828af7c242a87adcd7bd06e8e06
phy: qcom: Add SNPS femto v2 USB HS phy

Some Qualcomm SoCs newer than SDM845 feature a so-called "7nm phy"
driver, notable the SM8250 SoC which will gain U-Boot support in
upcoming patches.

Introduce a driver based on the Linux driver.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
[code cleanup, align symbol names with Linux, switch to clk/reset_bulk APIs]
Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/phy/qcom/Kconfig
drivers/phy/qcom/Makefile
drivers/phy/qcom/phy-qcom-snps-femto-v2.c [new file with mode: 0644]