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

Commit 9ae5363d authored by Viraja Kommaraju's avatar Viraja Kommaraju
Browse files

ARM: dts: update gpio bias on sm8150 platform



PX3 Power is sourced from GPIO and affected due to
inappropriate GPIO configurations.
Updated GPIO bias to fix the same.

Change-Id: I1f065cd29265418c837d8efe6a6aea47085bf21a
Signed-off-by: default avatarViraja Kommaraju <virajak@codeaurora.org>
parent 36c5048a
Loading
Loading
Loading
Loading
+9 −9
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
@@ -40,7 +40,7 @@
				config {
					pins = "gpio0", "gpio1";
					drive-strength = <2>;
					bias-pull-up;
					bias-pull-down;
				};
			};
		};
@@ -68,7 +68,7 @@
				config {
					pins = "gpio2", "gpio3";
					drive-strength = <2>;
					bias-pull-up;
					bias-pull-down;
				};
			};
		};
@@ -96,7 +96,7 @@
				config {
					pins = "gpio6", "gpio7";
					drive-strength = <2>;
					bias-pull-up;
					bias-pull-down;
				};
			};
		};
@@ -124,7 +124,7 @@
				config {
					pins = "gpio8", "gpio9";
					drive-strength = <2>;
					bias-pull-up;
					bias-pull-down;
				};
			};
		};
@@ -156,8 +156,8 @@
				config {
					pins = "gpio2", "gpio3", "gpio4",
								"gpio5";
					drive-strength = <6>;
					bias-disable;
					drive-strength = <2>;
					bias-pull-down;
				};
			};
		};
@@ -189,8 +189,8 @@
				config {
					pins = "gpio6", "gpio7", "gpio8",
								"gpio9";
					drive-strength = <6>;
					bias-disable;
					drive-strength = <2>;
					bias-pull-down;
				};
			};
		};