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

Commit 1170d5b2 authored by Siva Yarravarapu's avatar Siva Yarravarapu Committed by Arjun Singh
Browse files

ARM: dts: msm: Correct spi2 chip select configuration for msm8909



Configure chip select gpio for spi2 to be pull-up,
otherwise chip select line stays low all the time
and spi transactions return incorrect data.

Change-Id: I64608c8078561e8a5e2797685b9c3b5875fba385
Signed-off-by: default avatarSiva Yarravarapu <sivay@codeaurora.org>
parent 964655fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@
				config {
					pins = "gpio111";
					drive-strength = <2>;
					bias-disable;
					bias-pull-up;
				};
			};
			spi2_cs0_sleep: spi2_cs0_sleep {
@@ -272,7 +272,7 @@
				config {
					pins = "gpio111";
					drive-strength = <2>;
					bias-disable;
					bias-pull-up;
				};
			};
		};