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

Commit c844a321 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

ARM: dts: msm: Disable USB3 on QCS405 RCM platform



QCS405 RCM platform does not have any host mode use
cases, so disable the USB3 on this platform.

Change-Id: Ie8300c0ee0646392fc73c56c6f6ef0ef5668ba14
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent 51683be8
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -53,3 +53,15 @@
&smb1351_otg_supply {
&smb1351_otg_supply {
	status = "disabled";
	status = "disabled";
};
};

&usb3 {
	status = "disabled";
};

&usb_ss_phy {
	status = "disabled";
};

&usb2_phy1 {
	status = "disabled";
};