File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 15
15
#include <linux/regmap.h>
16
16
#include <linux/slab.h>
17
17
18
- #define STIH415_SYSCFG_642 0x0a8
19
- #define STIH416_SYSCFG_7543 0x87c
20
18
#define STIH407_SYSCFG_5102 0x198
21
- #define STID127_SYSCFG_734 0x088
22
19
23
20
#define ST_A9_IRQ_MASK 0x001FFFFF
24
21
#define ST_A9_IRQ_MAX_CHANS 2
@@ -44,22 +41,10 @@ struct st_irq_syscfg {
44
41
};
45
42
46
43
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
- },
55
44
{
56
45
.compatible = "st,stih407-irq-syscfg" ,
57
46
.data = (void * )STIH407_SYSCFG_5102 ,
58
47
},
59
- {
60
- .compatible = "st,stid127-irq-syscfg" ,
61
- .data = (void * )STID127_SYSCFG_734 ,
62
- },
63
48
{}
64
49
};
65
50
You can’t perform that action at this time.
0 commit comments