Commit ae087ca2 authored by Alain Volmat's avatar Alain Volmat Committed by Rob Herring

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: default avatarAlain Volmat <avolmat@me.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230416190950.18929-1-avolmat@me.comSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent d1115de6
...@@ -6,11 +6,7 @@ and PL310 L2 Cache IRQs are controlled using System Configuration registers. ...@@ -6,11 +6,7 @@ and PL310 L2 Cache IRQs are controlled using System Configuration registers.
This driver is used to unmask them prior to use. This driver is used to unmask them prior to use.
Required properties: Required properties:
- compatible : Should be set to one of: - compatible : Should be "st,stih407-irq-syscfg"
"st,stih415-irq-syscfg"
"st,stih416-irq-syscfg"
"st,stih407-irq-syscfg"
"st,stid127-irq-syscfg"
- st,syscfg : Phandle to Cortex-A9 IRQ system config registers - st,syscfg : Phandle to Cortex-A9 IRQ system config registers
- st,irq-device : Array of IRQs to enable - should be 2 in length - st,irq-device : Array of IRQs to enable - should be 2 in length
- st,fiq-device : Array of FIQs to enable - should be 2 in length - st,fiq-device : Array of FIQs to enable - should be 2 in length
...@@ -25,11 +21,10 @@ Optional properties: ...@@ -25,11 +21,10 @@ Optional properties:
Example: Example:
irq-syscfg { irq-syscfg {
compatible = "st,stih416-irq-syscfg"; compatible = "st,stih407-irq-syscfg";
st,syscfg = <&syscfg_cpu>; st,syscfg = <&syscfg_cpu>;
st,irq-device = <ST_IRQ_SYSCFG_PMU_0>, st,irq-device = <ST_IRQ_SYSCFG_PMU_0>,
<ST_IRQ_SYSCFG_PMU_1>; <ST_IRQ_SYSCFG_PMU_1>;
st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>, st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>,
<ST_IRQ_SYSCFG_DISABLED>; <ST_IRQ_SYSCFG_DISABLED>;
st,invert-ext = <(ST_IRQ_SYSCFG_EXT_1_INV | ST_IRQ_SYSCFG_EXT_3_INV)>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment