Revert "ARM: dts: qcom: msm8974: Add USB gadget nodes"
authorAndy Gross <andy.gross@linaro.org>
Wed, 5 Apr 2017 14:50:59 +0000 (09:50 -0500)
committerAndy Gross <andy.gross@linaro.org>
Thu, 6 Apr 2017 23:48:53 +0000 (18:48 -0500)
This reverts commit 769907ae6e6c2871c2ba4f578814d86fbfbe8d91.

This change caused issues with people using USB gadget for serial
consoles.  In addition, with the other USB changes coming in, it
makes sense to revert this patch and apply the new set as it
becomes ready.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
arch/arm/boot/dts/qcom-msm8974.dtsi

index 96c853bab8babe174169768fba59ce8951d10549..e7c1577d56f4812663afc7bbb4ad262743139bf5 100644 (file)
        dma-controller@f9944000 {
                qcom,controlled-remotely;
        };
-
-       usb-phy@f9a55000 {
-               status = "ok";
-       };
-
-       usb@f9a55000 {
-               status = "ok";
-       };
 };
 
 &spmi_bus {
index 4ef214f9c10bb1f28f1522c9568f0fb5ce253ab8..307bf6a647b30a423c7c746e493584ea27bbdbb6 100644 (file)
@@ -4,7 +4,6 @@
 #include <dt-bindings/clock/qcom,gcc-msm8974.h>
 #include <dt-bindings/clock/qcom,rpmcc.h>
 #include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/reset/qcom,gcc-msm8974.h>
 #include "skeleton.dtsi"
 
 / {
                        qcom,ee = <0>;
                };
 
-               usb1_phy: usb-phy@f9a55000 {
-                       compatible = "qcom,usb-otg-snps";
-
-                       reg = <0xf9a55000 0x400>;
-                       interrupts-extended = <&intc 0 134 0>, <&intc 0 140 0>,
-                               <&spmi_bus 0 0x9 0 0>;
-                       interrupt-names = "core_irq", "async_irq", "pmic_id_irq";
-
-                       vddcx-supply = <&pm8841_s2>;
-                       v3p3-supply = <&pm8941_l24>;
-                       v1p8-supply = <&pm8941_l6>;
-
-                       dr_mode = "otg";
-                       qcom,phy-init-sequence = <0x63 0x81 0xfffffff>;
-                       qcom,otg-control = <1>;
-                       qcom,phy-num = <0>;
-
-                       resets = <&gcc GCC_USB2A_PHY_BCR>, <&gcc GCC_USB_HS_BCR>;
-                       reset-names = "phy", "link";
-
-                       clocks = <&gcc GCC_XO_CLK>, <&gcc GCC_USB_HS_SYSTEM_CLK>,
-                               <&gcc GCC_USB_HS_AHB_CLK>;
-                       clock-names = "phy", "core", "iface";
-
-                       status = "disabled";
-               };
-
-               usb@f9a55000 {
-                       compatible = "qcom,ci-hdrc";
-                       reg = <0xf9a55000 0x400>;
-                       dr_mode = "otg";
-                       interrupts = <0 134 0>, <0 140 0>;
-                       interrupt-names = "core_irq", "async_irq";
-                       usb-phy = <&usb1_phy>;
-
-                       status = "disabled";
-               };
-
                etr@fc322000 {
                        compatible = "arm,coresight-tmc", "arm,primecell";
                        reg = <0xfc322000 0x1000>;