ARM: dts: msm: add QPNP QNOVO charger device to PMICOBALT
Qnovo device is a pulse engine which works with the smb2 charger device to charge the battery using pulses. It also provides diagnostic voltage and current measurements at various points in the pulse train. CRs-Fixed: 1018090 Change-Id: Ie947cc2c74550c98f64dd028c728afa57723c70f Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
This commit is contained in:
parent
c62a2d77f2
commit
c85ea8dac9
1 changed files with 8 additions and 0 deletions
|
@ -130,6 +130,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,qpnp-qnovo@1500 {
|
||||||
|
compatible = "qcom,qpnp-qnovo";
|
||||||
|
reg = <0x1500 0x100>;
|
||||||
|
interrupts = <0x2 0x15 0x0 IRQ_TYPE_NONE>;
|
||||||
|
interrupt-names = "ptrain-done";
|
||||||
|
qcom,pmic-revid = <&pmicobalt_revid>;
|
||||||
|
};
|
||||||
|
|
||||||
pmicobalt_charger: qcom,qpnp-smb2 {
|
pmicobalt_charger: qcom,qpnp-smb2 {
|
||||||
compatible = "qcom,qpnp-smb2";
|
compatible = "qcom,qpnp-smb2";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue