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

Commit 96877042 authored by Rohith Kollalsi's avatar Rohith Kollalsi
Browse files

ARM: dts: msm: Set default mode for usb as none for sdx55



This particular platform doesn't support detection of cable
connect or disconnect, so set the default mode as none for USB
so that the USB subsystem stays in low power mode. And if user
wants to change the mode, they need to use the device attribute
"mode" to change into the required peripheral or host mode.

Change-Id: I693d23ee45c54d9bd09aaf1e5b1dbcdd84be4d7c
Signed-off-by: default avatarRohith Kollalsi <rkollals@codeaurora.org>
parent 61b41739
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, 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
@@ -51,4 +51,5 @@

&usb {
	qcom,smmu-s1-bypass;
	qcom,default-mode-none;
};