From 977a69fea51fbc85ab486dfc93914b5d40b98ca9 Mon Sep 17 00:00:00 2001 From: Akshay Gola Date: Tue, 18 Jun 2024 14:09:27 +0530 Subject: [PATCH] ARM: dts: msm: Add glink channel documentation Add glink channel documentation used for communication between monaco and slate. Change-Id: Ie092dfb7da3402a2b821c9cbe0bfa35d2d7af309 Signed-off-by: Akshay Gola --- bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml diff --git a/bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml b/bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml new file mode 100644 index 00000000..7abbee5e --- /dev/null +++ b/bindings/soc/qcom/qcom,slate_touch_rpmsg.yaml @@ -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 + +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"; + };