mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
committed by
Bjorn Andersson
parent
bf07cc87c1
commit
4cd90875c7
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user