From f5af77016bcd80bfe850ca41da51d65bd31f8051 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 23 Feb 2018 14:40:58 +0100 Subject: [PATCH] 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 Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/r8a77965.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi index 5dff176..0118956 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 */ }; -- 2.7.4