Thread (37 messages) 37 messages, 7 authors, 2018-11-20

Re: [PATCH 08/16] arm: dts: rda8810pl: Add interrupt controller support

From: Rob Herring <robh+dt@kernel.org>
Date: 2018-11-19 18:29:22
Also in: linux-arm-kernel, lkml

On Mon, Nov 19, 2018 at 11:11 AM Manivannan Sadhasivam
[off-list ref] wrote:
Add interrupt controller support for RDA Micro RDA8810PL SoC.
There's no point in splitting this to a separate patch. Without it,
the DT is not functional.
quoted hunk ↗ jump to hunk
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Manivannan Sadhasivam <redacted>
---
 arch/arm/boot/dts/rda8810pl.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/rda8810pl.dtsi b/arch/arm/boot/dts/rda8810pl.dtsi
index 7f1ff2021eff..093d6980bfbd 100644
--- a/arch/arm/boot/dts/rda8810pl.dtsi
+++ b/arch/arm/boot/dts/rda8810pl.dtsi
@@ -9,6 +9,7 @@

 / {
        compatible = "rda,8810pl";
+       interrupt-parent = <&intc>;
        #address-cells = <1>;
        #size-cells = <1>;
@@ -49,6 +50,13 @@
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0x0 0x20800000 0x100000>;
+
+                       intc: interrupt-controller {

unit-address?
+                               compatible = "rda,8810pl-intc";
+                               reg = <0x0 0x1000>;
+                               interrupt-controller;
+                               #interrupt-cells = <2>;
+                       };
                };

                apb@20900000 {
--
2.17.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help