From ba91ab694fe3848f87c16576d87e909d4f52c38e Mon Sep 17 00:00:00 2001 From: Anurudh Kumar Tiwari Date: Mon, 3 Jan 2022 16:16:23 +0530 Subject: [PATCH] bindings: Add device-tree bindings for heliosecom interface driver Add device-tree bindings documentation describing the properties for the helioscom interface driver. Change-Id: I1046513d593a474c51df5aa4487015015debda77 --- bindings/soc/qcom/qcom,helioscom_interface.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bindings/soc/qcom/qcom,helioscom_interface.txt diff --git a/bindings/soc/qcom/qcom,helioscom_interface.txt b/bindings/soc/qcom/qcom,helioscom_interface.txt new file mode 100644 index 00000000..4757a083 --- /dev/null +++ b/bindings/soc/qcom/qcom,helioscom_interface.txt @@ -0,0 +1,16 @@ +* Helioscom Interface Driver + +helioscom_interface driver creates a helios_com_dev device +node for user space communication. Single user space +client can open device node for communication from hardware. +Hardware will provide access to read/write registers or AHB +memory in the device. + +Required properties: +- compatible: Must be "qcom,helios-daemon" + +Example: + qcom,helios-daemon { + compatible = "qcom,helios-daemon"; + }; +