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

Commit 78368371 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 3591975b 9a8710fc
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>;
	};
};