summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/versatile-ab.dts
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-03-01 22:22:21 -0600
committerRob Herring <robh@kernel.org>2014-06-24 14:15:57 -0500
commit0ba6c5d26a31789fc89ebadccd8d3604e0994a51 (patch)
tree903caf14d44fdc799e4173f902cd9723b8854e7f /arch/arm/boot/dts/versatile-ab.dts
parenta497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee (diff)
dts: versatile: add missing irq controller properties
Add valid-mask and clear-mask properties to the versatile dts so the platform code doing the same thing can be removed. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/versatile-ab.dts')
-rw-r--r--arch/arm/boot/dts/versatile-ab.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts
index e01e5a081def..5dc3be72cad4 100644
--- a/arch/arm/boot/dts/versatile-ab.dts
+++ b/arch/arm/boot/dts/versatile-ab.dts
@@ -59,6 +59,8 @@
interrupt-controller;
#interrupt-cells = <1>;
reg = <0x10140000 0x1000>;
+ clear-mask = <0xffffffff>;
+ valid-mask = <0xffffffff>;
};
sic: intc@10003000 {
@@ -68,6 +70,8 @@
reg = <0x10003000 0x1000>;
interrupt-parent = <&vic>;
interrupts = <31>; /* Cascaded to vic */
+ clear-mask = <0xffffffff>;
+ valid-mask = <0xffc203f8>;
};
dma@10130000 {