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

Commit c5578a5f authored by Rohit Rangwani's avatar Rohit Rangwani Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Remove NFC clock voting for sdm670



Due to voting from HLOS NFC enable and disable
current is increased by 1.5mA.

Changes done to remove NFC PMIC clock voting from HLOS.

Change-Id: Id9a8f76cc3aa95d477ee96a21cf140f4e4be6658
Signed-off-by: default avatarRohit Rangwani <rrangwan@codeaurora.org>
parent 805cd658
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@
		qcom,nq-clkreq = <&pm660_gpios 4 0x00>;
		qcom,nq-esepwr = <&tlmm 116 0x00>;
		interrupt-parent = <&tlmm>;
		qcom,clk-src = "BBCLK3";
		interrupts = <44 0>;
		interrupt-names = "nfc_irq";
		pinctrl-names = "nfc_active", "nfc_suspend";
@@ -80,8 +79,6 @@
			     &nfc_enable_active
			     &nfc_clk_default>;
		pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
		clocks = <&clock_rpmh RPMH_LN_BB_CLK3>;
		clock-names = "ref_clk";
	};
};

+0 −3
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@
		qcom,nq-clkreq = <&pm660_gpios 4 0x00>;
		qcom,nq-esepwr = <&tlmm 116 0x00>;
		interrupt-parent = <&tlmm>;
		qcom,clk-src = "BBCLK3";
		interrupts = <44 0>;
		interrupt-names = "nfc_irq";
		pinctrl-names = "nfc_active", "nfc_suspend";
@@ -82,8 +81,6 @@
			     &nfc_enable_active
			     &nfc_clk_default>;
		pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
		clocks = <&clock_rpmh RPMH_LN_BB_CLK3>;
		clock-names = "ref_clk";
	};
};

+0 −3
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
		qcom,nq-clkreq = <&pm660_gpios 4 0x00>;
		qcom,nq-esepwr = <&tlmm 116 0x00>;
		interrupt-parent = <&tlmm>;
		qcom,clk-src = "BBCLK3";
		interrupts = <44 0>;
		interrupt-names = "nfc_irq";
		pinctrl-names = "nfc_active", "nfc_suspend";
@@ -51,8 +50,6 @@
			     &nfc_enable_active
			     &nfc_clk_default>;
		pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
		clocks = <&clock_rpmh RPMH_LN_BB_CLK3>;
		clock-names = "ref_clk";
	};
};