diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-08-03 14:42:25 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-09-20 10:32:31 (GMT) |
commit | c09090bb2fa557a697636c1a5484f5b695e2f89d (patch) | |
tree | a0bdb17d64e18ee0f17fe43a3633314c19aa5907 /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | 62861095dc3f40594958f45257f2551c1d7e2655 (diff) | |
download | linux-c09090bb2fa557a697636c1a5484f5b695e2f89d.tar.xz |
ARM: ux500: Identify the PRCMU as an interrupt controller
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>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 3180a9c..04cd525 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -194,6 +194,8 @@ interrupts = <0 47 0x4>; #address-cells = <1>; #size-cells = <1>; + interrupt-controller; + #interrupt-cells = <2>; ranges; prcmu-timer-4@80157450 { |