Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1513242
| From | Youlin Pei <youlin.pei@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/3] ARM: dts: mt2701: Add mtk-cirq node for mt2701 |
| Date | 2016-11-01 13:00 +0100 |
| Message-ID | <syFTs-8aZ-9@gated-at.bofh.it> (permalink) |
| References | <syFTs-8aZ-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This commit add mtk-cirq node to mt2701 dtsi.
Signed-off-by: Youlin Pei <youlin.pei@mediatek.com>
---
arch/arm/boot/dts/mt2701.dtsi | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi
index 2800231..cd00bc4 100644
--- a/arch/arm/boot/dts/mt2701.dtsi
+++ b/arch/arm/boot/dts/mt2701.dtsi
@@ -22,7 +22,7 @@
/ {
compatible = "mediatek,mt2701";
- interrupt-parent = <&sysirq>;
+ interrupt-parent = <&cirq>;
cpus {
#address-cells = <1>;
@@ -170,6 +170,15 @@
reg = <0 0x10200100 0 0x1c>;
};
+ cirq: interrupt-controller@10204000 {
+ compatible = "mediatek,mtk-cirq";
+ interrupt-controller;
+ #interrupt-cells = <3>;
+ interrupt-parent = <&sysirq>;
+ reg = <0 0x10204000 0 0x4000>;
+ mediatek,ext-irq-start = <32>;
+ };
+
apmixedsys: syscon@10209000 {
compatible = "mediatek,mt2701-apmixedsys", "syscon";
reg = <0 0x10209000 0 0x1000>;
--
1.7.9.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Add Mediatek CIRQ interrupt controller Youlin Pei <youlin.pei@mediatek.com> - 2016-11-01 13:00 +0100
[PATCH v2 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement Youlin Pei <youlin.pei@mediatek.com> - 2016-11-01 13:00 +0100
Re: [PATCH v2 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement Marc Zyngier <marc.zyngier@arm.com> - 2016-11-01 22:00 +0100
Re: [PATCH v2 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement Youlin Pei <youlin.pei@mediatek.com> - 2016-11-04 05:50 +0100
Re: [PATCH v2 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement Marc Zyngier <marc.zyngier@arm.com> - 2016-11-04 23:30 +0100
Re: [PATCH v2 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement Youlin Pei <youlin.pei@mediatek.com> - 2016-11-08 04:00 +0100
Re: [PATCH v2 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement Marc Zyngier <marc.zyngier@arm.com> - 2016-11-10 19:30 +0100
[PATCH v2 3/3] ARM: dts: mt2701: Add mtk-cirq node for mt2701 Youlin Pei <youlin.pei@mediatek.com> - 2016-11-01 13:00 +0100
[PATCH v2 1/3] binding: irqchip: mtk-cirq: Add binding document Youlin Pei <youlin.pei@mediatek.com> - 2016-11-01 13:00 +0100
Re: [PATCH v2 1/3] binding: irqchip: mtk-cirq: Add binding document Rob Herring <robh@kernel.org> - 2016-11-09 19:30 +0100
csiph-web