From d7c8ccf1f1b62ead8154f57130e441396d435e99 Mon Sep 17 00:00:00 2001 From: David Collins Date: Tue, 25 Jul 2023 18:19:48 -0700 Subject: [PATCH] bindings: soc: qcom: add QTI battery glink debug QTI battery glink debug device helps to get logs and debug information by communicating with charger firmware running on the remote subsystem (e.g. DSP) over PMIC Glink. Change-Id: Ia3d3679ebce4b3f9d3a6e059eca22b7e9458cda7 Signed-off-by: David Collins --- .../soc/qcom/qcom,battery-glink-debug.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bindings/soc/qcom/qcom,battery-glink-debug.yaml diff --git a/bindings/soc/qcom/qcom,battery-glink-debug.yaml b/bindings/soc/qcom/qcom,battery-glink-debug.yaml new file mode 100644 index 00000000..fda40f43 --- /dev/null +++ b/bindings/soc/qcom/qcom,battery-glink-debug.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,battery-glink-debug.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Qualcomm Technologies, Inc. Battery Glink Debug Device + +maintainers: + - Subbaraman Narayanamurthy + +description: | + This binding describes the Qualcomm Technologies, Inc. battery glink debug + device. The QTI battery glink debug device helps to get logs and debug + information by communicating with charger firmware running on the remote + subsystem (e.g. DSP) over PMIC Glink. + +properties: + compatible: + const: qcom,battery-debug + +required: + - compatible + +additionalProperties: false + +examples: + - | + pmic_glink_log { + battery_debug { + compatible = "qcom,battery-debug"; + }; + };