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

Commit e5e70035 authored by Rupesh Tatiya's avatar Rupesh Tatiya
Browse files

ARM: dts: msm: Add GPIO6 configuration for BT on QCA6174 CDP



GPIO6 is used to toggle BT_RESET line on BT controller. This is
used in rfkill to turn on/off BT controller.

Change-Id: I4487821f3ad396d26df084746300ad164404ac90
Signed-off-by: default avatarRupesh Tatiya <rtatiya@codeaurora.org>
parent 2f0184f7
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -67,6 +67,13 @@
	};
	};


	gpio@c500 { /* GPIO 6 */
	gpio@c500 { /* GPIO 6 */
		qcom,mode = <1>;         /* Digital output*/
		qcom,pull = <4>;         /* Pulldown 10uA */
		qcom,vin-sel = <2>;      /* VIN2 */
		qcom,src-sel = <0>;      /* GPIO */
		qcom,invert = <0>;       /* Invert */
		qcom,master-en = <1>;    /* Enable GPIO */
		status = "ok";
	};
	};
};
};