Skip to content

Commit 5f784ff

Browse files
committed
dt-bindings: interrupt-controller: arm,versatile-fpga-irq: mark oxnas compatible as deprecated
Due to lack of maintenance and stall of development for a few years now, and since no new features will ever be added upstream, mark the OX810 and OX820 IRQ compatible as deprecated. Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Daniel Golle <daniel@makrotopia.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230814-topic-oxnas-upstream-remove-v3-2-e2ba579a49d3@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 33e839a commit 5f784ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ controllers are OR:ed together and fed to the CPU tile's IRQ input. Each
66
instance can handle up to 32 interrupts.
77

88
Required properties:
9-
- compatible: "arm,versatile-fpga-irq" or "oxsemi,ox810se-rps-irq"
9+
- compatible: "arm,versatile-fpga-irq"
1010
- interrupt-controller: Identifies the node as an interrupt controller
1111
- #interrupt-cells: The number of cells to define the interrupts. Must be 1
1212
as the FPGA IRQ controller has no configuration options for interrupt
@@ -19,6 +19,8 @@ Required properties:
1919
the system till not make it possible for devices to request these
2020
interrupts.
2121

22+
The "oxsemi,ox810se-rps-irq" compatible is deprecated.
23+
2224
Example:
2325

2426
pic: pic@14000000 {

0 commit comments

Comments
 (0)