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 Helios remoteproc driver
Add device-tree bindings documentation describing the properties for the Helios remoteproc driver. Change-Id: Ic5c07f623721946759996ae1b722f23f8d9ca1ec
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
d10b3f4dbc
commit
6de3a8a91f
16
bindings/remoteproc/qcom,rproc-helios.txt
Normal file
16
bindings/remoteproc/qcom,rproc-helios.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
* Helios Remoteproc Driver
|
||||
|
||||
qcom_rproc_helios driver is responsible for loading helios firmware image,
|
||||
crashdump collection and recovery.
|
||||
|
||||
Required properties:
|
||||
- compatible: Must be "qcom,rproc-helios"
|
||||
- qcom,firmware-name: Helios Firmware Image name
|
||||
- qcom,ssr-name: Must be "helios"
|
||||
|
||||
Example:
|
||||
qcom,rproc-helios {
|
||||
compatible = "qcom,rproc-helios";
|
||||
qcom,firmware-name = "XRC130.elf";
|
||||
qcom,ssr-name = "helios";
|
||||
}
|
||||
Reference in New Issue
Block a user