The MSM8953 SoC can reuse the MSM8996 config, just like in Linux.
Signed-off-by: Luca Weiss <[email protected]>
---
drivers/phy/qcom/phy-qcom-qusb2.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/phy/qcom/phy-qcom-qusb2.c
b/drivers/phy/qcom/phy-qcom-qusb2.c
index 01e64542c89..783122fe6cf 100644
--- a/drivers/phy/qcom/phy-qcom-qusb2.c
+++ b/drivers/phy/qcom/phy-qcom-qusb2.c
@@ -535,6 +535,8 @@ static struct phy_ops qusb2phy_ops = {
};
static const struct udevice_id qusb2phy_ids[] = {
+ { .compatible = "qcom,msm8953-qusb2-phy",
+ .data = (ulong)&msm8996_phy_cfg },
{ .compatible = "qcom,msm8996-qusb2-phy",
.data = (ulong)&msm8996_phy_cfg },
{ .compatible = "qcom,qusb2-phy" },
--
2.55.0