ARM: dts: qcom: sdx65: add specific compatible for USB HS PHY

Add SoC-specific compatible to the USB HS PHY to match other devices and
bindings.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221223161835.112079-3-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski
2022-12-23 17:18:34 +01:00
committed by Bjorn Andersson
parent bf07cc87c1
commit 4cd90875c7

View File

@@ -219,7 +219,8 @@
};
usb_hsphy: phy@ff4000 {
compatible = "qcom,usb-snps-hs-7nm-phy";
compatible = "qcom,sdx65-usb-hs-phy",
"qcom,usb-snps-hs-7nm-phy";
reg = <0xff4000 0x120>;
#phy-cells = <0>;
status = "disabled";