arm64: dts: renesas: r8a77965: Add #interrupt-cells property
authorJacopo Mondi <jacopo+renesas@jmondi.org>
Fri, 23 Feb 2018 13:40:58 +0000 (14:40 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 13 Mar 2018 18:06:06 +0000 (19:06 +0100)
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>
arch/arm64/boot/dts/renesas/r8a77965.dtsi

index 5dff176590d541ffeea292eab585d592409f7d5d..0118956cc6e0499105a90ef80136b693352aa741 100644 (file)
                };
 
                intc_ex: interrupt-controller@e61c0000 {
+                       #interrupt-cells = <2>;
+                       interrupt-controller;
                        reg = <0 0xe61c0000 0 0x200>;
                        /* placeholder */
                };