diff options
| author | Ingo Molnar <mingo@kernel.org> | 2026-07-26 10:42:10 +0200 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2026-07-26 10:42:11 +0200 |
| commit | b99b0fda35d8a712b2fc74f7df8fd892937de2d0 (patch) | |
| tree | 73506b29a68dc2d5b9d538085f067c011c52d597 /Documentation/devicetree | |
| parent | a245ccc6c6278eda5149a70a5bc64e0131971b4f (diff) | |
| parent | 7f328162a98ee4e10aed42b51a7f8125c6e73384 (diff) | |
| download | linux-next-b99b0fda35d8a712b2fc74f7df8fd892937de2d0.tar.gz linux-next-b99b0fda35d8a712b2fc74f7df8fd892937de2d0.zip | |
Merge branch into tip/master: 'irq/drivers'
# New commits in irq/drivers:
7f328162a98e ("irqchip/gic-v3-its: Fix grammar and replace a bit number with its symbol")
325ff3e78c64 ("irqchip/gic-v3-its: Prevent leak in its_vpe_irq_domain_alloc()")
616dd89d81ad ("irqchip/renesas-irqc: Fix generic interrupt chip leak on remove")
0d6a7c417983 ("irqchip/gic-v3-its: Enable dynamic MSI-X allocation")
9023960b74ab ("irqchip: Remove redundant dev_err()/dev_err_probe()")
5b4fa95e425b ("irqchip/gic-v5/iwb: Fix stray verb in comment")
d307a7e7d939 ("irqchip/qcom-pdc: Fix kernel doc for qcom_pdc_gic_secondary_set_type()")
698a8648ca80 ("irqchip/gic-v3-its: Fix its node leak in gic_acpi_parse_madt_its()")
1efffab6fe33 ("irqchip/gic-v3-its: Fix memleak in its_probe_one()")
ad01c2b2f291 ("irqchip/qcom-pdc: Configure PDC to pass through mode")
45af2d61edf6 ("irqchip/qcom-pdc: Differentiate between direct SPI and GPIO as SPI")
60caa95aa14a ("irqchip/qcom-pdc: Move all static variables to struct pdc_desc")
83e089ef0d4e ("irqchip/qcom-pdc: Restructure version support")
86e9ba573c35 ("irqchip/irq-imgpdc: Remove unused driver")
4940e7daf4da ("irqchip/irq-realtek-rtl: Activate multiple parents")
291e30ea93db ("irqchip/irq-realtek-rtl: Allow shuffled interrupt order")
86ddc446fd79 ("irqchip/irq-realtek-rtl: Add a select function")
2a3fa7f31f43 ("irqchip/irq-realtek-rtl: Add mask for interrupt handling")
2568f6926c66 ("irqchip/irq-realtek-rtl: Add interrupt data structure")
d36c1d165711 ("irqchip/irq-realtek-rtl: Split out parent setup code")
9d9faab6f562 ("dt-bindings: interrupt-controller: realtek,rtl-intc: Allow 2 interrupt cells")
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml index 833a01cdd1b1..5c52e57c6647 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml @@ -32,8 +32,9 @@ properties: "#interrupt-cells": description: - SoC interrupt line index. - const: 1 + First cell is the SoC interrupt line index. Optional second cell + specifies the parent interrupt index to route to. + enum: [1, 2] reg: minItems: 1 |
