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

Commit be8d7fa0 authored by Manu Gautam's avatar Manu Gautam
Browse files

ARM: dts: msm: Enable HSUSB Core in device mode and use HSPHY2



Configure usb_otg controller to use hsphy2 and enable otg-control
to user control with default mode as PERIPHERAL.

Change-Id: Ia59533fc8642639541e8b2aba96f7594664bdc53
Signed-off-by: default avatarChandra Devireddy <cdevired@codeaurora.org>
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
parent ade15bac
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -199,7 +199,8 @@

	usb_otg: usb@f9a55000 {
		compatible = "qti,hsusb-otg";
		reg = <0xf9a55000 0x400>;
		reg = <0xf9a55000 0x400>,
			 <0xfd4ab000 0x4>;
		interrupts = <0 134 0>, <0 140 0>;
		interrupt-names = "core_irq", "async_irq";

@@ -210,8 +211,11 @@

		qti,hsusb-otg-phy-type = <2>;
		qti,hsusb-otg-mode = <1>;
		qti,hsusb-otg-otg-control = <1>;
		qti,hsusb-otg-otg-control = <3>;
		qti,hsusb-otg-default-mode = <1>;
		qti,hsusb-otg-disable-reset;
		qti,dp-manual-pullup;
		qti,usb2-enable-hsphy2;

		qti,msm-bus,name = "usb_otg";
		qti,msm-bus,num_cases = <3>;