Skip to content

Commit ae087ca

Browse files
Alain Volmatrobherring
authored andcommitted
dt-bindings: irqchip: sti: remove stih415/stih416 and stid127
Remove bindings for the stih415/stih416/stid127 since they are not supported within the kernel anymore. Signed-off-by: Alain Volmat <avolmat@me.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230416190950.18929-1-avolmat@me.com Signed-off-by: Rob Herring <robh@kernel.org>
1 parent d1115de commit ae087ca

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ and PL310 L2 Cache IRQs are controlled using System Configuration registers.
66
This driver is used to unmask them prior to use.
77

88
Required properties:
9-
- compatible : Should be set to one of:
10-
"st,stih415-irq-syscfg"
11-
"st,stih416-irq-syscfg"
12-
"st,stih407-irq-syscfg"
13-
"st,stid127-irq-syscfg"
9+
- compatible : Should be "st,stih407-irq-syscfg"
1410
- st,syscfg : Phandle to Cortex-A9 IRQ system config registers
1511
- st,irq-device : Array of IRQs to enable - should be 2 in length
1612
- st,fiq-device : Array of FIQs to enable - should be 2 in length
@@ -25,11 +21,10 @@ Optional properties:
2521
Example:
2622

2723
irq-syscfg {
28-
compatible = "st,stih416-irq-syscfg";
24+
compatible = "st,stih407-irq-syscfg";
2925
st,syscfg = <&syscfg_cpu>;
3026
st,irq-device = <ST_IRQ_SYSCFG_PMU_0>,
3127
<ST_IRQ_SYSCFG_PMU_1>;
3228
st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>,
3329
<ST_IRQ_SYSCFG_DISABLED>;
34-
st,invert-ext = <(ST_IRQ_SYSCFG_EXT_1_INV | ST_IRQ_SYSCFG_EXT_3_INV)>;
3530
};

0 commit comments

Comments
 (0)