bindings: soc: qcom: add QTI charger ulog glink

QTI charger ulog glink device helps to get ulogs from charging
and gauging stack by communicating with charger firmware running
on the remote subsystem (e.g. DSP) over PMIC Glink.

Change-Id: I6c28369fdae7aeeae276759e0527172d5e23ca69
This commit is contained in:
Subbaraman Narayanamurthy
2021-05-18 19:48:21 -07:00
parent ffa2f30565
commit 53db129da7

View File

@@ -0,0 +1,26 @@
QTI charger ulog glink binding
This binding describes the Qualcomm Technologies, Inc. charger ulog glink
device. QTI charger ulog glink device helps to get ulogs from charging and
gauging stack by communicating with charger firmware running on the remote
subsystem (e.g. DSP) over PMIC Glink.
Refer to Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.txt for
information on "qcom,pmic_glink_log" device which is used in the example below.
- compatible:
Usage: required
Value type: <stringlist>
Definition: must be "qcom,charger-ulog-glink"
= EXAMPLE
&soc {
qcom,pmic_glink_log {
...
qcom,battery_debug {
compatible = "qcom,charger-ulog-glink";
};
...
};
};