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

Commit f733f5ee authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

ARM: dts: msm: Default none mode for primary USB controllers on SA8155 and SA6155



Keep the primary USB controllers in 'none' mode by default on
target bootup. This is required to pass freeze callback when
target resumes from hibernation and bare kernel is booting.
We will keep the controller in peripheral mode via userspace
for full boot chain.

Change-Id: Ib419ed9c4b98968f3944f7266c8f9f56db44ffe1
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent dc7aa950
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -191,6 +191,7 @@
};

&usb0 {
	qcom,default-mode-none;
	qcom,host-poweroff-in-pm-suspend;
};

+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@
};

&usb0 {
	qcom,default-mode-none;
	qcom,host-poweroff-in-pm-suspend;
};