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

Commit b18d2fce authored by Shiju Mathew's avatar Shiju Mathew Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable GPIOs for adv7481 on MSM8996 auto



Enable reset and interrupt GPIO pins for adv7481 driver.

CRs-Fixed: 998927
Change-Id: I0fbe4bbb3fe0628151deaa7f146c3d0bea589bf5
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
parent b22f7912
Loading
Loading
Loading
Loading
+13 −8
Original line number Diff line number Diff line
@@ -1113,14 +1113,11 @@
};

&pm8994_gpios {
	gpio@c600 { /* GPIO 7 - NFC DWL REQ */
		qcom,mode = <1>;
		qcom,output-type = <0>;
		qcom,pull = <5>;
	gpio@c600 { /* GPIO 7 - adv7481 INT3 */
		qcom,mode = <0>;
		qcom,pull = <0>;
		qcom,vin-sel = <2>;
		qcom,out-strength = <3>;
		qcom,src-sel = <0>;
		qcom,master-en = <1>;
		status = "okay";
	};

@@ -1171,7 +1168,15 @@
		status = "okay";
	};

	gpio@c300 { /* GPIO 4 */
	gpio@c300 { /* GPIO 4 - adv7481 RST */
		qcom,mode = <1>;
		qcom,pull = <0>;
		qcom,vin-sel = <2>;
		qcom,src-sel = <0>;
		status = "okay";
	};

	gpio@c400 { /* GPIO 5 - adv7481 INT1 */
		qcom,mode = <0>;
		qcom,pull = <0>;
		qcom,vin-sel = <2>;
@@ -1179,7 +1184,7 @@
		status = "okay";
	};

	gpio@c400 { /* GPIO 5 */
	gpio@c500 { /* GPIO 6 - adv7481 INT2*/
		qcom,mode = <0>;
		qcom,pull = <0>;
		qcom,vin-sel = <2>;