Merge "ARM: dts: msm: Add glink channel documentation"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
f3e8ab20c4
31
bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml
Normal file
31
bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
|
%YAML 1.2
|
||||||
|
---
|
||||||
|
$id: http://devicetree.org/schemas/soc/qcom/qcom,slate_touch_rpmsg.yaml#
|
||||||
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
|
title: slatetouch-rpmsg GLINK communication
|
||||||
|
|
||||||
|
maintainers:
|
||||||
|
- Akshay Gola <quic_agola@quicinc.com>
|
||||||
|
|
||||||
|
description: |
|
||||||
|
slatetouch-rpmsg is used to communicate with Slate over Glink
|
||||||
|
to configure the touch events slatetouch-rpmsg send commands over glink to
|
||||||
|
send configure, enable/disable touch to Slate
|
||||||
|
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
const: "qcom,slatetouch-rpmsg"
|
||||||
|
description: must be "qcom,slatetouch-rpmsg"
|
||||||
|
|
||||||
|
required:
|
||||||
|
- compatible
|
||||||
|
|
||||||
|
additionalProperties: false
|
||||||
|
|
||||||
|
examples:
|
||||||
|
- |
|
||||||
|
qcom,slatetouch-rpmsg {
|
||||||
|
compatible = "qcom,slatetouch-rpmsg";
|
||||||
|
};
|
Reference in New Issue
Block a user