diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-02-23 14:40:58 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-03-13 19:06:06 +0100 |
commit | f5af77016bcd80bfe850ca41da51d65bd31f8051 (patch) | |
tree | 633cdd563f61f1379d20743d9b3ac99e85d5b427 /arch/arm64/boot | |
parent | eccdd3f13a6a166d70c7094d09ef365411882a59 (diff) | |
download | linux-f5af77016bcd80bfe850ca41da51d65bd31f8051.tar.bz2 |
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>
Diffstat (limited to 'arch/arm64/boot')
-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 @@ }; intc_ex: interrupt-controller@e61c0000 { + #interrupt-cells = <2>; + interrupt-controller; reg = <0 0xe61c0000 0 0x200>; /* placeholder */ }; |