mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
arm64: dts: qcom: sdm845: Add generic QUSB2 V2 Phy compatible
Use generic QUSB2 V2 Phy configuration for sdm845. Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/1583747589-17267-9-git-send-email-sanm@codeaurora.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
8cd6209962
commit
d724b42ede
|
|
@ -3007,7 +3007,7 @@ sound: sound {
|
|||
};
|
||||
|
||||
usb_1_hsphy: phy@88e2000 {
|
||||
compatible = "qcom,sdm845-qusb2-phy";
|
||||
compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
|
||||
reg = <0 0x088e2000 0 0x400>;
|
||||
status = "disabled";
|
||||
#phy-cells = <0>;
|
||||
|
|
@ -3022,7 +3022,7 @@ usb_1_hsphy: phy@88e2000 {
|
|||
};
|
||||
|
||||
usb_2_hsphy: phy@88e3000 {
|
||||
compatible = "qcom,sdm845-qusb2-phy";
|
||||
compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
|
||||
reg = <0 0x088e3000 0 0x400>;
|
||||
status = "disabled";
|
||||
#phy-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user