From 511ad7ba3bf8264797be09a29e4dd3bb4e0eed69 Mon Sep 17 00:00:00 2001 From: David Collins Date: Tue, 25 Jul 2023 18:21:18 -0700 Subject: [PATCH] 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: I0c9a6c2413c28c9397cc69092881e3d15f6d6577 Signed-off-by: David Collins --- .../soc/qcom/qcom,charger-ulog-glink.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bindings/soc/qcom/qcom,charger-ulog-glink.yaml diff --git a/bindings/soc/qcom/qcom,charger-ulog-glink.yaml b/bindings/soc/qcom/qcom,charger-ulog-glink.yaml new file mode 100644 index 00000000..c08ce43c --- /dev/null +++ b/bindings/soc/qcom/qcom,charger-ulog-glink.yaml @@ -0,0 +1,33 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/soc/qcom/qcom,charger-ulog-glink.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Qualcomm Technologies, Inc. Charger Ulog Glink Device + +maintainers: + - Subbaraman Narayanamurthy + +description: | + This binding describes the Qualcomm Technologies, Inc. charger ulog glink + device. The QTI charger ulog glink device helps to get firmware ulogs from the + charging and gauging stack by communicating with charger firmware running on + the remote subsystem (e.g. DSP) over PMIC Glink. + +properties: + compatible: + const: qcom,charger-ulog-glink + +required: + - compatible + +additionalProperties: false + +examples: + - | + pmic_glink_log { + charger_ulog { + compatible = "qcom,charger-ulog-glink"; + }; + };