Commit ef6661bf authored by Sinan Kaya's avatar Sinan Kaya Committed by Vinod Koul

Documentation: DT: qcom_hidma: update binding for MSI

Adding a new binding for qcom,hidma-1.1 to distinguish HW supporting
MSI interrupts from the older revision.
Signed-off-by: default avatarSinan Kaya <okaya@codeaurora.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent b5b80953
...@@ -47,12 +47,18 @@ When the OS is not in control of the management interface (i.e. it's a guest), ...@@ -47,12 +47,18 @@ When the OS is not in control of the management interface (i.e. it's a guest),
the channel nodes appear on their own, not under a management node. the channel nodes appear on their own, not under a management node.
Required properties: Required properties:
- compatible: must contain "qcom,hidma-1.0" - compatible: must contain "qcom,hidma-1.0" for initial HW or "qcom,hidma-1.1"
for MSI capable HW.
- reg: Addresses for the transfer and event channel - reg: Addresses for the transfer and event channel
- interrupts: Should contain the event interrupt - interrupts: Should contain the event interrupt
- desc-count: Number of asynchronous requests this channel can handle - desc-count: Number of asynchronous requests this channel can handle
- iommus: required a iommu node - iommus: required a iommu node
Optional properties for MSI:
- msi-parent : See the generic MSI binding described in
devicetree/bindings/interrupt-controller/msi.txt for a description of the
msi-parent property.
Example: Example:
Hypervisor OS configuration: Hypervisor OS configuration:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment