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

Commit d077b44d authored by Anand Kumar's avatar Anand Kumar
Browse files

ARM: dts: msm: Add snoc wcnss clock for 8937



WCNSS would require to vote higher clock configuration
in HID sniff mode due to low wlan throughput.
Add snoc wcnss clocks to support the same.

CRs-Fixed: 1101377
Change-Id: I65fd1f570f89954e1961884ced4be88693ec844f
Signed-off-by: default avatarAnand Kumar <anandkumar@codeaurora.org>
parent fc6607a7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1079,9 +1079,11 @@
		clocks = <&clock_gcc clk_xo_wlan_clk>,
			 <&clock_gcc clk_rf_clk2>,
			 <&clock_debug clk_gcc_debug_mux_8937>,
			 <&clock_gcc clk_wcnss_m_clk>;
			 <&clock_gcc clk_wcnss_m_clk>,
			 <&clock_gcc clk_snoc_wcnss_a_clk>;

		clock-names = "xo", "rf_clk", "measure", "wcnss_debug";
		clock-names = "xo", "rf_clk", "measure", "wcnss_debug",
				"snoc_wcnss";

		qcom,has-autodetect-xo;
		qcom,is-pronto-v3;