ARM: dts: qcom: sdx65: add specific compatible for USB HS PHY
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 23 Dec 2022 16:18:34 +0000 (17:18 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 29 Dec 2022 16:53:22 +0000 (10:53 -0600)
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
arch/arm/boot/dts/qcom-sdx65.dtsi

index b073e0c..d3c661d 100644 (file)
                };
 
                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";