Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1506125
| From | <patrice.chotard@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 5/5] irqchip: st: Remove obsolete platforms from dt binding doc |
| Date | 2016-10-21 18:20 +0200 |
| Message-ID | <suKI2-84M-15@gated-at.bofh.it> (permalink) |
| References | <suKoG-7Ei-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Patrice Chotard <patrice.chotard@st.com>
STiH415/6 SoC support is being removed from the kernel.
This patch updates the sti irchip and removes
references to these obsolete platforms.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Cc: <tglx@linutronix.de>
Cc: <jason@lakedaemon.net>
Cc: <marc.zyngier@arm.com>
---
.../devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt b/Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt
index ced6014..23d1e1c 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt
@@ -7,8 +7,6 @@ This driver is used to unmask them prior to use.
Required properties:
- compatible : Should be set to one of:
- "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
@@ -25,8 +23,8 @@ Optional properties:
Example:
irq-syscfg {
- compatible = "st,stih416-irq-syscfg";
- st,syscfg = <&syscfg_cpu>;
+ compatible = "st,stih407-irq-syscfg";
+ st,syscfg = <&syscfg_core>;
st,irq-device = <ST_IRQ_SYSCFG_PMU_0>,
<ST_IRQ_SYSCFG_PMU_1>;
st,fiq-device = <ST_IRQ_SYSCFG_DISABLED>,
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/5] Remove STiH415/416 SoC platform support remaining parts <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
[PATCH 2/5] ARM: multi_v7_defconfig: Remove ST_THERMAL_SYSCFG Kconfig symbol <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
[PATCH 3/5] ARM: multi_v7_defconfig: Remove CONFIG_ST_THERMAL_MEMMAP Kconfig symbol <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
Re: [PATCH 3/5] ARM: multi_v7_defconfig: Remove CONFIG_ST_THERMAL_MEMMAP Kconfig symbol Peter Griffin <peter.griffin@linaro.org> - 2016-10-24 12:20 +0200
[PATCH 1/5] thermal: st_thermal_syscfg: Remove obsolete STiH415/416 platform support. <patrice.chotard@st.com> - 2016-10-21 18:00 +0200
[PATCH 4/5] irqchip: st: remove STiH415/416 irqchip support <patrice.chotard@st.com> - 2016-10-21 18:10 +0200
[PATCH 5/5] irqchip: st: Remove obsolete platforms from dt binding doc <patrice.chotard@st.com> - 2016-10-21 18:20 +0200
csiph-web