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

Commit ba0c6a25 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

ARM: dts: msm: Fix sleep settings of SPI-USB bridge gpio



If a gpio is active as input (which is the default), then a
floating input with no-pull will consume significantly more
current. Configure the gpio as pull-down in sleep settings.

Change-Id: Ifcdaaf587d2981c9e4c0e565e3307444a47d9656
CRs-Fixed: 658474
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 544b745e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@
			/* sleep state */
			ice40_sleep: sleep {
				drive-strength = <2>;
				bias-disable;
				bias-pull-down;
			};
		};