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

Commit 06f2f0c6 authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: set cd-gpio for SKUT1 as active low



SKUT1 uses cd-gpio as active low, so re-define the GPIO
flag to reflect this.

Change-Id: I1899fc96b6d05a695dbd7ace0fe1e9d610a0cbd3
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 102c1c04
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -85,3 +85,7 @@
&i2c_6 {
	status = "disabled";
};

&sdhc_2 {
	cd-gpios = <&msm_gpio 38 0x1>;
};