arm64: dts: qcom: pmi8998: Add fuel gauge

Add a node for qcom,pmi8998-fg.
This commit is contained in:
Caleb Connolly 2020-12-25 12:56:42 +05:30 committed by Jami Kettunen
parent f74131008a
commit 7214b14a7b

View file

@ -18,6 +18,16 @@
interrupt-controller;
#interrupt-cells = <2>;
};
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 {