diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-02-23 08:40:58 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-03-13 14:06:06 -0400 |
commit | f5af77016bcd80bfe850ca41da51d65bd31f8051 (patch) | |
tree | 633cdd563f61f1379d20743d9b3ac99e85d5b427 | |
parent | eccdd3f13a6a166d70c7094d09ef365411882a59 (diff) |
arm64: dts: renesas: r8a77965: Add #interrupt-cells property
Add "#interrupt-cells" property and "interrupt-controller" label to
"interrupt-controller@e61c0000" device node.
This silences the following DTC compiler warnings:
Warning (interrupts_property): Missing interrupt-controller or
interrupt-map property in /soc/interrupt-controller@e61c0000
Warning (interrupts_property): Missing #interrupt-cells in
interrupt-parent /soc/interrupt-controller@e61c000
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77965.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi index 5dff176590d5..0118956cc6e0 100644 --- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi | |||
@@ -316,6 +316,8 @@ | |||
316 | }; | 316 | }; |
317 | 317 | ||
318 | intc_ex: interrupt-controller@e61c0000 { | 318 | intc_ex: interrupt-controller@e61c0000 { |
319 | #interrupt-cells = <2>; | ||
320 | interrupt-controller; | ||
319 | reg = <0 0xe61c0000 0 0x200>; | 321 | reg = <0 0xe61c0000 0 0x200>; |
320 | /* placeholder */ | 322 | /* placeholder */ |
321 | }; | 323 | }; |