mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
Merge tag 'oxnas-final-for-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/narmstrong/linux-oxnas into soc/drivers
Final OXNAS removal PR for v6.6: - Remove irq-versatile-fpga compatible entry - Mark irq-versatile-fpga oxnas compatible as deprecated - Remove OXNAS maintainers entry * tag 'oxnas-final-for-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/narmstrong/linux-oxnas: MAINTAINERS: remove OXNAS entry dt-bindings: interrupt-controller: arm,versatile-fpga-irq: mark oxnas compatible as deprecated irqchip: irq-versatile-fpga: remove obsolete oxnas compatible Link: https://lore.kernel.org/r/3f91bb89-bf7b-d967-a302-2a8e1b0c3b01@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -6,7 +6,7 @@ controllers are OR:ed together and fed to the CPU tile's IRQ input. Each
|
||||
instance can handle up to 32 interrupts.
|
||||
|
||||
Required properties:
|
||||
- compatible: "arm,versatile-fpga-irq" or "oxsemi,ox810se-rps-irq"
|
||||
- compatible: "arm,versatile-fpga-irq"
|
||||
- interrupt-controller: Identifies the node as an interrupt controller
|
||||
- #interrupt-cells: The number of cells to define the interrupts. Must be 1
|
||||
as the FPGA IRQ controller has no configuration options for interrupt
|
||||
@@ -19,6 +19,8 @@ Required properties:
|
||||
the system till not make it possible for devices to request these
|
||||
interrupts.
|
||||
|
||||
The "oxsemi,ox810se-rps-irq" compatible is deprecated.
|
||||
|
||||
Example:
|
||||
|
||||
pic: pic@14000000 {
|
||||
|
||||
10
MAINTAINERS
10
MAINTAINERS
@@ -2494,16 +2494,6 @@ S: Maintained
|
||||
W: http://www.digriz.org.uk/ts78xx/kernel
|
||||
F: arch/arm/mach-orion5x/ts78xx-*
|
||||
|
||||
ARM/OXNAS platform support
|
||||
M: Neil Armstrong <neil.armstrong@linaro.org>
|
||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||
L: linux-oxnas@groups.io (moderated for non-subscribers)
|
||||
S: Maintained
|
||||
F: arch/arm/boot/dts/ox8*.dts*
|
||||
F: arch/arm/mach-oxnas/
|
||||
F: drivers/power/reset/oxnas-restart.c
|
||||
N: oxnas
|
||||
|
||||
ARM/QUALCOMM CHROMEBOOK SUPPORT
|
||||
R: cros-qcom-dts-watchers@chromium.org
|
||||
F: arch/arm64/boot/dts/qcom/sc7180*
|
||||
|
||||
@@ -242,5 +242,4 @@ static int __init fpga_irq_of_init(struct device_node *node,
|
||||
}
|
||||
IRQCHIP_DECLARE(arm_fpga, "arm,versatile-fpga-irq", fpga_irq_of_init);
|
||||
IRQCHIP_DECLARE(arm_fpga_sic, "arm,versatile-sic", fpga_irq_of_init);
|
||||
IRQCHIP_DECLARE(ox810se_rps, "oxsemi,ox810se-rps-irq", fpga_irq_of_init);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user