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

Commit 902116a7 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Soundrapandian Jeyaprakash
Browse files

ARM: dts: msm: Modify suspend state properties for sdm845



The reset gpio pin is floating by default and pulled up on
suspend state, modified pincontrol to  pull down in suspend state.

Change-Id: I8f2681afb744687d8ea7a7c3b0976efda068ba19
Signed-off-by: default avatarSoundrapandian Jeyaprakash <jsoundra@codeaurora.org>
parent 319e4cf9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2667,7 +2667,7 @@

			config {
				pins = "gpio80","gpio79";
				bias-disable; /* No PULL */
				bias-pull-down; /* PULL DOWN */
				drive-strength = <2>; /* 2 MA */
			};
		};
@@ -2723,7 +2723,7 @@

			config {
				pins = "gpio28";
				bias-disable; /* No PULL */
				bias-pull-down; /* PULL DOWN */
				drive-strength = <2>; /* 2 MA */
			};
		};
@@ -2780,7 +2780,7 @@
			};
			config {
				pins = "gpio9","gpio8";
				bias-disable; /* No PULL */
				bias-pull-down; /* PULL DOWN */
				drive-strength = <2>; /* 2 MA */
			};
		};