ARM: ux500: Identify the PRCMU as an interrupt controller
authorLee Jones <lee.jones@linaro.org>
Fri, 3 Aug 2012 14:42:25 +0000 (15:42 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 20 Sep 2012 10:32:31 +0000 (12:32 +0200)
We're just about to provide the DB8500-PRCMU with its own IRQ domain,
so that its subordinate drivers can use it as an interrupt controller.
It's obligatory for all IRQ controllers to reference themselves as
such from its own node in Device Tree. This patch does just that.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi

index 3180a9c..04cd525 100644 (file)
                        interrupts = <0 47 0x4>;
                        #address-cells = <1>;
                        #size-cells = <1>;
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
                        ranges;
 
                        prcmu-timer-4@80157450 {