diff options
| author | Pankaj Patil <pankaj.patil@oss.qualcomm.com> | 2025-12-31 19:01:14 +0530 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-02-04 22:28:38 +0530 |
| commit | 876cbb60227fcfbcfcabf458eee5bc52cf5fbac0 (patch) | |
| tree | 1b45eabc0d86800d57d5486e683785a52532dd94 | |
| parent | 666c53e94c1d0bf0bdf14c49505ece9ddbe725bc (diff) | |
| download | linux-876cbb60227fcfbcfcabf458eee5bc52cf5fbac0.tar.gz linux-876cbb60227fcfbcfcabf458eee5bc52cf5fbac0.zip | |
dt-bindings: dma: qcom,gpi: Update max interrupts lines to 16
Update interrupt maxItems to 16 from 13 per GPI instance to support
Glymur, Qualcomm's latest gen SoC
Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251231133114.2752822-1-pankaj.patil@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml index 4cd867854a5f..fde1df035ad1 100644 --- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml +++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml @@ -60,7 +60,7 @@ properties: description: Interrupt lines for each GPI instance minItems: 1 - maxItems: 13 + maxItems: 16 "#dma-cells": const: 3 |
