arm64: dts: qcom: sm8450-qrd: Enable USB nodes

Enable the usb phy and usb controller in peripheral mode. This helps to
get the adb working with the QRD board.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211216110813.658384-2-vkoul@kernel.org
This commit is contained in:
Vinod Koul 2021-12-16 16:38:13 +05:30 committed by Bjorn Andersson
parent 19fd04fb92
commit 27a0d0b846

View file

@ -373,3 +373,26 @@ &ufs_mem_phy {
vdda-max-microamp = <173000>;
vdda-pll-max-microamp = <24900>;
};
&usb_1 {
status = "okay";
};
&usb_1_dwc3 {
dr_mode = "peripheral";
};
&usb_1_hsphy {
status = "okay";
vdda-pll-supply = <&vreg_l5b_0p88>;
vdda18-supply = <&vreg_l1c_1p8>;
vdda33-supply = <&vreg_l2b_3p07>;
};
&usb_1_qmpphy {
status = "okay";
vdda-phy-supply = <&vreg_l6b_1p2>;
vdda-pll-supply = <&vreg_l1b_0p91>;
};