diff options
author | Sinan Kaya <okaya@codeaurora.org> | 2017-12-13 02:20:47 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-12-13 03:41:59 -0500 |
commit | afc996a368a58606ac946715fcef60f25c75d483 (patch) | |
tree | 7c61e5190bf37e381c7c8019c43df337dc5413af | |
parent | 26757fbf7f2e8d523112fefefbd4df05b8a65e40 (diff) |
Documentation: DT: qcom_hidma: Bump HW revision for the bugfixed HW
A new version of the HIDMA IP has been released with bug fixes. Bumping the
hardware version to differentiate from others.
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt b/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt index 55492c264d17..5d93d6de57d9 100644 --- a/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt +++ b/Documentation/devicetree/bindings/dma/qcom_hidma_mgmt.txt | |||
@@ -47,8 +47,8 @@ When the OS is not in control of the management interface (i.e. it's a guest), | |||
47 | the channel nodes appear on their own, not under a management node. | 47 | the channel nodes appear on their own, not under a management node. |
48 | 48 | ||
49 | Required properties: | 49 | Required properties: |
50 | - compatible: must contain "qcom,hidma-1.0" for initial HW or "qcom,hidma-1.1" | 50 | - compatible: must contain "qcom,hidma-1.0" for initial HW or |
51 | for MSI capable HW. | 51 | "qcom,hidma-1.1"/"qcom,hidma-1.2" for MSI capable HW. |
52 | - reg: Addresses for the transfer and event channel | 52 | - reg: Addresses for the transfer and event channel |
53 | - interrupts: Should contain the event interrupt | 53 | - interrupts: Should contain the event interrupt |
54 | - desc-count: Number of asynchronous requests this channel can handle | 54 | - desc-count: Number of asynchronous requests this channel can handle |