Skip to content
Snippets Groups Projects
Commit 278f8d89 authored by Abel Vesa's avatar Abel Vesa
Browse files

phy: qcom: snps-eusb2: Add X1E80100 Compatible


Add the X1E80100 to the list of supported PHYs for eUSB2
SNPS driver.

Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
parent b558dcd9
No related branches found
No related tags found
No related merge requests found
......@@ -425,6 +425,7 @@ static int qcom_snps_eusb2_hsphy_probe(struct platform_device *pdev)
static const struct of_device_id qcom_snps_eusb2_hsphy_of_match_table[] = {
{ .compatible = "qcom,sm8550-snps-eusb2-phy", },
{ .compatible = "qcom,x1e80100-snps-eusb2-phy", },
{ },
};
MODULE_DEVICE_TABLE(of, qcom_snps_eusb2_hsphy_of_match_table);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment