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 helioscom SPI driver
Add device-tree bindings documentation describing the properties for the helioscom SPI driver. Change-Id: Id0e5ef1e3a646ad010cc59804a6aaceb0a103562
This commit is contained in:
21
bindings/soc/qcom/qcom,helioscom_spi.txt
Normal file
21
bindings/soc/qcom/qcom,helioscom_spi.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
* Helios Coprocessor Communication Driver
|
||||
|
||||
helioscom_spi driver provides a set of apis to perform
|
||||
register, fifo, ahb read and write operations with helios
|
||||
over spi interface. It also reads helios status and
|
||||
sends events to the registered clients.
|
||||
|
||||
Required properties:
|
||||
- compatible: Must be "qcom,helios-spi"
|
||||
|
||||
Optional properties:
|
||||
- qcom,irq-gpio: IRQ used by the helios to inturrupt MSM.
|
||||
|
||||
Example:
|
||||
qcom,helios-spi {
|
||||
compatible = "qcom,helios-spi";
|
||||
compatible = "qcom,helios-spi";
|
||||
interrupt-parent = <&tlmm>;
|
||||
/* IRQ from helios */
|
||||
qcom,irq-gpio = <&tlmm 41 1>;
|
||||
};
|
||||
Reference in New Issue
Block a user