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

Commit ca8c77ab authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: Disable usb1 on Lahaina RUMI

The secondary USB instance (&usb1) is not used on the
emulation platform. Mark it as disabled and delete the
corresponding PHY node.

Change-Id: If253d0999040820e973683b251243f30083bb7ec
parent 4585250a
Loading
Loading
Loading
Loading
+2 −19
Original line number Diff line number Diff line
@@ -58,21 +58,6 @@
				     0x10060 0x3c
				     0x0 0x4>;
	};

	usb_emu_phy_1: usb_emu_phy@a920000 {
		compatible = "qcom,usb-emu-phy";
		reg = <0x0a920000 0x9500>;

		qcom,emu-init-seq = <0xffff 0x4
				     0xfff0 0x4
				     0x100000 0x20
				     0x0 0x20
				     0x101f0 0x20
				     0x100000 0x3c
				     0x0 0x3c
				     0x10060 0x3c
				     0x0 0x4>;
	};
};

&usb2_phy0 {
@@ -97,11 +82,9 @@
};

&usb1 {
	/delete-property/ extcon;
	status = "disabled";
	dwc3@a800000 {
		usb-phy = <&usb_emu_phy_1>, <&usb_nop_phy>;
		maximum-speed = "high-speed";
		dr_mode = "peripheral";
		status = "disabled";
	};
};