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

Commit 15b27cfd authored by Mohammed Siddiq's avatar Mohammed Siddiq
Browse files

ARM: dts: msm: Add cnss config for internal power amp for shima

QCA6490 requires additional voltage regulator for internal power
amplifier. Add config for TCS CMD offset to enable this regulator.

Change-Id: Iea43e40b95f7bf36ab2bf0dd36039fd21f213be5
parent f67a5d89
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -3463,8 +3463,9 @@

	wlan: qcom,cnss-qca6490@b0000000 {
		compatible = "qcom,cnss-qca6490";
		reg = <0xb0000000 0x10000>;
		reg-names = "smmu_iova_ipa";
		reg = <0xb0000000 0x10000>,
		      <0xb2e5510 0x690>;
		reg-names = "smmu_iova_ipa", "tcs_cmd";
		wlan-en-gpio = <&tlmm 64 0>;
		qcom,bt-en-gpio = <&tlmm 65 0>;
		pinctrl-names = "wlan_en_active", "wlan_en_sleep";
@@ -3473,6 +3474,8 @@
		qcom,wlan-rc-num = <0>;
		qcom,wlan-ramdump-dynamic = <0x420000>;
		qcom,wlan-cbc-enabled;
		/* RPMH_PDC_WLAN_RF_TCS<6>_CMD<0> offset */
		qcom,tcs_offset_int_pow_amp_vreg = <0x4B0>;

		vdd-wlan-aon-supply = <&S2C>;
		qcom,vdd-wlan-aon-config = <950000 952000 0 0 1>;