Rtwo/kernel/motorola/sm8550-devicetrees/bindings/soc/qcom/qcom,charger-ulog-glink.txt

27 lines
688 B
Text
Raw Permalink Normal View History

2025-09-30 20:22:48 -04:00
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";
};
...
};
};