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

Commit 1eb59fbb authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Disable usb1 on Lahaina RUMI"

parents 13c0b778 ca8c77ab
Loading
Loading
Loading
Loading
+2 −19
Original line number Diff line number Diff line
@@ -57,21 +57,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 {
@@ -96,11 +81,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";
	};
};