Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eec5c0bc authored by Tarun Gupta's avatar Tarun Gupta Committed by Michael Bohan
Browse files

ARM: dts: msm: Rename "qcom" device tree prefix to "qti" for USB2 OTG



Rename properties and compatible strings to comply with new
naming convention for msm8916.

Change-Id: I1c8ae140eb2cf5a77d249e22f3650587e1582619
Signed-off-by: default avatarTarun Gupta <tarung@codeaurora.org>
parent 969ca171
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@
	};

	usb_otg: usb@78d9000 {
		compatible = "qcom,hsusb-otg";
		compatible = "qti,hsusb-otg";

		reg = <0x78d9000 0x400>;
		interrupts = <0 134 0>,<0 140 0>;
@@ -206,17 +206,17 @@
		HSUSB_VDDCX-supply = <&pm8916_s1>;
		HSUSB_1p8-supply = <&pm8916_l7>;
		HSUSB_3p3-supply = <&pm8916_l13>;
		qcom,vdd-voltage-level = <0 1150000 1150000>;
		qti,vdd-voltage-level = <0 1150000 1150000>;

		qcom,hsusb-otg-phy-type = <2>;
		qcom,hsusb-otg-mode = <1>;
		qcom,hsusb-otg-otg-control = <1>;
		qcom,hsusb-otg-disable-reset;
		qti,hsusb-otg-phy-type = <2>;
		qti,hsusb-otg-mode = <1>;
		qti,hsusb-otg-otg-control = <1>;
		qti,hsusb-otg-disable-reset;

		qcom,msm-bus,name = "usb2";
		qcom,msm-bus,num-cases = <3>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
		qti,msm-bus,name = "usb2";
		qti,msm-bus,num-cases = <3>;
		qti,msm-bus,num-paths = <1>;
		qti,msm-bus,vectors-KBps =
				<87 512 0 0>,
				<87 512 60000 960000>,
				<87 512 6000  6000>;