mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
aa2e99e1b2
commit
ba91ab694f
16
bindings/soc/qcom/qcom,helioscom_interface.txt
Normal file
16
bindings/soc/qcom/qcom,helioscom_interface.txt
Normal file
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user