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

Commit 3aa5ce12 authored by Dan Sneddon's avatar Dan Sneddon
Browse files

ARM: dts: msm: pull up gpio pins for SPI_0



The 8994 board requires GPIO 1 to be pulled up during boot.

Change-Id: I41514b9ba13a36e1b181bc3498269b15b97ca236
Signed-off-by: default avatarDan Sneddon <dsneddon@codeaurora.org>
parent 3bb9501c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,12 +89,12 @@

			spi_0_active: spi_0_active {
					       drive-strength = <6>;
					       bias-disable;
					       bias-pull-up;
		        };

			spi_0_sleep: spi_0_sleep {
					       drive-strength = <6>;
					       bias-disable;
					       bias-pull-up;
		        };
		};