arm64: dts: qcom: pmi8998: Add fuel gauge
Add a node for qcom,pmi8998-fg.
This commit is contained in:
parent
f74131008a
commit
7214b14a7b
1 changed files with 10 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue