[PATCH 10/13] ARM: dts: r8a7792: add IRQC support
From: Sergei Shtylyov <hidden>
Date: 2016-06-01 14:02:39
Also in:
linux-devicetree, linux-renesas-soc
From: Sergei Shtylyov <hidden>
Date: 2016-06-01 14:02:39
Also in:
linux-devicetree, linux-renesas-soc
On 06/01/2016 04:18 AM, Simon Horman wrote:
quoted
Describe the IRQC interrupt controller in the R8A7792 device tree. Signed-off-by: Sergei Shtylyov <redacted> --- arch/arm/boot/dts/r8a7792.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7792.dtsi ===================================================================--- renesas.orig/arch/arm/boot/dts/r8a7792.dtsi +++ renesas/arch/arm/boot/dts/r8a7792.dtsi@@ -62,6 +62,19 @@ IRQ_TYPE_LEVEL_HIGH)>; }; + irqc: interrupt-controller at e61c0000 {Could you consider using irqc0 as the node name for consistency with the DT of other R-Car Gen2 SoCs?
Frankly speaking I didn't get that name indexing thing at all. Could you
share the reasoning behind it?
What follows looks correct to me.
Thank you. :-)
MBR, Sergei