bindings: add support for qcom,ucsi-glink

The UCSI Glink device handles the communication between OPM on
the Application processor and PPM which is charger firmware
running on the remote subsystem (e.g. DSP) over PMIC Glink.

This is a snapshot taken as of qcom-6.1
commit de2a781818d7 ("bindings: add support for qcom,ucsi-glink")
which was then converted to yaml.

Change-Id: I1ff3756302c40c88954109b6dccaf87e59e66919
Signed-off-by: David Collins <quic_collinsd@quicinc.com>
This commit is contained in:
David Collins
2023-06-15 16:39:06 -07:00
parent 8dd209e566
commit 5db888f27d

View File

@@ -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,ucsi-glink.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Technologies, Inc. UCSI Glink Device
maintainers:
- Subbaraman Narayanamurthy <quic_subbaram@quicinc.com>
description: |
This binding describes the Qualcomm Technologies, Inc. UCSI device. UCSI
handles the communication between OPM on the Application processor and PPM
which is charger firmware running on a remote subsystem (e.g. DSP) over
PMIC Glink.
properties:
compatible:
const: qcom,ucsi-glink
required:
- compatible
additionalProperties: false
examples:
- |
pmic_glink {
ucsi {
compatible = "qcom,ucsi-glink";
};
};