diff options
author | Vinod Koul <vkoul@kernel.org> | 2023-02-14 19:25:45 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-02-14 19:25:45 +0530 |
commit | 4315eab7054d15db50265ab249b7f87912b49902 (patch) | |
tree | 9ac1b0133574ca73910ac642e6be461e1a710882 /drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c | |
parent | 4ca651df07183e29cdad7272255e23aec0169a1b (diff) | |
parent | bc30c15f275484f9b9fe27c2fa0895f3022d9943 (diff) | |
download | lwn-4315eab7054d15db50265ab249b7f87912b49902.tar.gz lwn-4315eab7054d15db50265ab249b7f87912b49902.zip |
Merge tag 'phy-fixes-6.2' into next
Merge fixes tag pulled into mainline by Linus into phy/next due to
dependency on amlogic patches
Diffstat (limited to 'drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c')
-rw-r--r-- | drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c b/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c index 8807e59a1162..a52a9bf13b75 100644 --- a/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c +++ b/drivers/phy/qualcomm/phy-qcom-usb-hs-28nm.c @@ -401,26 +401,13 @@ static const struct hsphy_init_seq init_seq_femtophy[] = { HSPHY_INIT_CFG(0x90, 0x60, 0), }; -static const struct hsphy_init_seq init_seq_mdm9607[] = { - HSPHY_INIT_CFG(0x80, 0x44, 0), - HSPHY_INIT_CFG(0x81, 0x38, 0), - HSPHY_INIT_CFG(0x82, 0x24, 0), - HSPHY_INIT_CFG(0x83, 0x13, 0), -}; - static const struct hsphy_data hsphy_data_femtophy = { .init_seq = init_seq_femtophy, .init_seq_num = ARRAY_SIZE(init_seq_femtophy), }; -static const struct hsphy_data hsphy_data_mdm9607 = { - .init_seq = init_seq_mdm9607, - .init_seq_num = ARRAY_SIZE(init_seq_mdm9607), -}; - static const struct of_device_id qcom_snps_hsphy_match[] = { { .compatible = "qcom,usb-hs-28nm-femtophy", .data = &hsphy_data_femtophy, }, - { .compatible = "qcom,usb-hs-28nm-mdm9607", .data = &hsphy_data_mdm9607, }, { }, }; MODULE_DEVICE_TABLE(of, qcom_snps_hsphy_match); |