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

Commit 9a8710fc authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ARM: dts: msm: Add wakeup capable pinctrl information on Kona

DMIC45 and SWR_TX_DATA0 gpios are wakeup capable. Update the device
node to enable/disable wakeup capability for these gpios on Kona
target.

Change-Id: I8f934ee3fb4b783d3d6b0eb0b1d40825b8b4eaea
parent b29a6d4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1839,6 +1839,7 @@ Optional properties:
- qcom,cdc-dmic-gpios : phandle for Digital mic clk and data gpios.
- qcom,msm_audio_ssr_devs: List the snd event framework clients
- qcom,afe-rxtx-lb: AFE RX to TX loopback.
- qcom,tlmm-gpio: TLMM gpio number for corresponding LPASS gpio

Example:
	kona_snd: sound {
+2 −0
Original line number Diff line number Diff line
@@ -339,6 +339,7 @@
		pinctrl-0 = <&cdc_dmic45_clk_active &cdc_dmic45_data_active>;
		pinctrl-1 = <&cdc_dmic45_clk_sleep &cdc_dmic45_data_sleep>;
		qcom,lpi-gpios;
		qcom,tlmm-gpio = <158>;
	};

	wsa_swr_gpios: wsa_swr_clk_data_pinctrl {
@@ -367,6 +368,7 @@
		pinctrl-1 = <&tx_swr_clk_sleep &tx_swr_data1_sleep
			    &tx_swr_data2_sleep>;
		qcom,lpi-gpios;
		qcom,tlmm-gpio = <147>;
	};
};