On Mon, Nov 24, 2025 at 10:53:36PM +0100, David Heidelberg via B4 Relay wrote:
> From: Casey Connolly <[email protected]>
>
> Introduce the fuel gauge node for pmi8998.
>
> Signed-off-by: David Heidelberg <[email protected]>
Again, missing author's SoB
> ---
> arch/arm64/boot/dts/qcom/pmi8998.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/pmi8998.dtsi
> b/arch/arm64/boot/dts/qcom/pmi8998.dtsi
> index cd3f0790fd420..ab3bc66502657 100644
> --- a/arch/arm64/boot/dts/qcom/pmi8998.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pmi8998.dtsi
> @@ -44,6 +44,17 @@ pmi8998_rradc: adc@4500 {
> reg = <0x4500>;
> #io-channel-cells = <1>;
> };
> +
> + pmi8998_fg: fuel-gauge@4000 {
> + compatible = "qcom,pmi8998-fg";
> + reg = <0x4000>;
> +
> + interrupts = <0x2 0x40 0x3 IRQ_TYPE_EDGE_RISING>;
> + interrupt-names = "soc-delta";
> +
> + status = "disabled";
> + };
> +
> };
>
> pmi8998_lsid1: pmic@3 {
>
> --
> 2.51.0
>
>
--
With best wishes
Dmitry