mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
26
bindings/soc/qcom/qcom,charger-ulog-glink.txt
Normal file
26
bindings/soc/qcom/qcom,charger-ulog-glink.txt
Normal 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";
|
||||
};
|
||||
...
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user