Skip to content

Commit 0989ffb

Browse files
Alain VolmatMarc Zyngier
authored andcommitted
irqchip/st: Remove stih415/stih416 and stid127 platforms support
Remove support for the already no more supported stih415 and stih416 platforms. Remove as well the stid127 platform which never made it up to the kernel. Signed-off-by: Alain Volmat <[email protected]> Reviewed-by: Patrice Chotard <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent e80f0b6 commit 0989ffb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

drivers/irqchip/irq-st.c

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
#include <linux/regmap.h>
1616
#include <linux/slab.h>
1717

18-
#define STIH415_SYSCFG_642 0x0a8
19-
#define STIH416_SYSCFG_7543 0x87c
2018
#define STIH407_SYSCFG_5102 0x198
21-
#define STID127_SYSCFG_734 0x088
2219

2320
#define ST_A9_IRQ_MASK 0x001FFFFF
2421
#define ST_A9_IRQ_MAX_CHANS 2
@@ -44,22 +41,10 @@ struct st_irq_syscfg {
4441
};
4542

4643
static const struct of_device_id st_irq_syscfg_match[] = {
47-
{
48-
.compatible = "st,stih415-irq-syscfg",
49-
.data = (void *)STIH415_SYSCFG_642,
50-
},
51-
{
52-
.compatible = "st,stih416-irq-syscfg",
53-
.data = (void *)STIH416_SYSCFG_7543,
54-
},
5544
{
5645
.compatible = "st,stih407-irq-syscfg",
5746
.data = (void *)STIH407_SYSCFG_5102,
5847
},
59-
{
60-
.compatible = "st,stid127-irq-syscfg",
61-
.data = (void *)STID127_SYSCFG_734,
62-
},
6348
{}
6449
};
6550

0 commit comments

Comments
 (0)