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:
33
bindings/usb/qcom,ucsi-glink.yaml
Normal file
33
bindings/usb/qcom,ucsi-glink.yaml
Normal 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";
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user