Commit 1504b91c authored by Manu Gautam's avatar Manu Gautam Committed by Andy Gross

arm64: dts: msm8996: Use dwc3-qcom glue driver for USB

Move from dwc3-of-simple to dwc3-qcom glue driver to
support peripheral mode which requires qscratch wrapper
programming on VBUS event.

Fixes: a4333c3a ("usb: dwc3: Add Qualcomm DWC3 glue driver")
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
Tested-by: default avatarVivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 818046eb
......@@ -385,8 +385,9 @@ phy@7412000 {
status = "okay";
};
usb@6a00000 {
usb@6af8800 {
status = "okay";
extcon = <&usb3_id>;
dwc3@6a00000 {
extcon = <&usb3_id>;
......@@ -401,8 +402,9 @@ usb3_id: usb3-id {
pinctrl-0 = <&usb3_vbus_det_gpio>;
};
usb@7600000 {
usb@76f8800 {
status = "okay";
extcon = <&usb2_id>;
dwc3@7600000 {
extcon = <&usb2_id>;
......
......@@ -893,8 +893,9 @@ hsusb_phy2: phy@7412000 {
status = "disabled";
};
usb2: usb@7600000 {
compatible = "qcom,dwc3";
usb2: usb@76f8800 {
compatible = "qcom,msm8996-dwc3", "qcom,dwc3";
reg = <0x76f8800 0x400>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
......@@ -921,8 +922,9 @@ dwc3@7600000 {
};
};
usb3: usb@6a00000 {
compatible = "qcom,dwc3";
usb3: usb@6af8800 {
compatible = "qcom,msm8996-dwc3", "qcom,dwc3";
reg = <0x6af8800 0x400>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment