lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <fdb41b5070461c32590e140064f645ca3d3825b1.1679909245.git.quic_varada@quicinc.com> Date: Mon, 27 Mar 2023 15:00:57 +0530 From: Varadarajan Narayanan <quic_varada@...cinc.com> To: <agross@...nel.org>, <andersson@...nel.org>, <konrad.dybcio@...aro.org>, <vkoul@...nel.org>, <kishon@...nel.org>, <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>, <gregkh@...uxfoundation.org>, <mturquette@...libre.com>, <sboyd@...nel.org>, <quic_wcheng@...cinc.com>, <linux-arm-msm@...r.kernel.org>, <linux-phy@...ts.infradead.org>, <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-usb@...r.kernel.org>, <linux-clk@...r.kernel.org> CC: Varadarajan Narayanan <quic_varada@...cinc.com> Subject: [PATCH v4 5/8] phy: qcom-qusb2: add QUSB2 support for IPQ9574 Add the phy init sequence for the Super Speed ports found on IPQ9574. Signed-off-by: Varadarajan Narayanan <quic_varada@...cinc.com> --- Changes in v2: - Place the entry such that the list continues to be sorted --- drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-qusb2.c b/drivers/phy/qualcomm/phy-qcom-qusb2.c index 2ef638b..bec6e40 100644 --- a/drivers/phy/qualcomm/phy-qcom-qusb2.c +++ b/drivers/phy/qualcomm/phy-qcom-qusb2.c @@ -912,6 +912,9 @@ static const struct of_device_id qusb2_phy_of_match_table[] = { .compatible = "qcom,ipq8074-qusb2-phy", .data = &msm8996_phy_cfg, }, { + .compatible = "qcom,ipq9574-qusb2-phy", + .data = &ipq6018_phy_cfg, + }, { .compatible = "qcom,msm8953-qusb2-phy", .data = &msm8996_phy_cfg, }, { -- 2.7.4
Powered by blists - more mailing lists