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

Commit 9de65ecc authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

power: qpnp-fg: fix fg-soc interrupt naming



Fix the SW_FALLBK_NEW_BATT interrupt under FG_SOC to have the
same naming convention as other interrupts. While at it, remove
the unwanted "fg-soc-irq-count" from the "interrupt-names" under
fg-soc device.

Change-Id: Ib801a4adbbb43cd894b690f2af463e70e39dd4d5
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent c0481916
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ qcom,fg-soc node required properties:
		4: delta-soc
		5: first-est-done
		6: sw-fallbk-ocv
		7: sw-fallbk-new-battrt-sts
		7: sw-fallbk-new-batt

qcom,fg-memif node required properties:
- reg : offset and length of the PMIC peripheral register map.
@@ -221,8 +221,7 @@ pmi8994_fg: qcom,fg {
					"delta-soc",
					"first-est-done",
					"sw-fallbk-ocv",
					"sw-fallbk-new-battrt-sts",
					"fg-soc-irq-count";
					"sw-fallbk-new-batt";
	};

	qcom,fg-batt@4100 {
+1 −2
Original line number Diff line number Diff line
@@ -345,8 +345,7 @@
							"delta-soc",
							"first-est-done",
							"sw-fallbk-ocv",
							"sw-fallbk-new-battrt-sts",
							"fg-soc-irq-count";
							"sw-fallbk-new-batt";
			};

			qcom,fg-batt@4100 {
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ enum fg_soc_irq {
	DELTA_SOC,
	FIRST_EST_DONE,
	SW_FALLBK_OCV,
	SW_FALLBK_NEW_BATTRT_STS,
	SW_FALLBK_NEW_BATT,
	FG_SOC_IRQ_COUNT,
};