From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 04/11] ARM: dts: r8a7745: initial SoC device tree Date: Wed, 2 Nov 2016 11:03:07 +0100 Message-ID: References: <4121805.SRTmqJtRfv@wasted.cogentembedded.com> <4144867.5S9itKOJEU@wasted.cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <4144867.5S9itKOJEU@wasted.cogentembedded.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Sergei Shtylyov Cc: Simon Horman , Linux-Renesas , Rob Herring , Mark Rutland , "devicetree@vger.kernel.org" , Magnus Damm , Russell King , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Sat, Oct 29, 2016 at 12:17 AM, Sergei Shtylyov wrote: > The initial R8A7745 SoC device tree including CPU0, GIC, timer, SYSC, RST, > CPG, and the required clock descriptions. > > Based on the original (and large) patch by Dmitry Shifrin > . > > Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven > --- > arch/arm/boot/dts/r8a7745.dtsi | 120 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 120 insertions(+) > > Index: renesas/arch/arm/boot/dts/r8a7745.dtsi > =================================================================== > --- /dev/null > +++ renesas/arch/arm/boot/dts/r8a7745.dtsi > + gic: interrupt-controller@f1001000 { > + compatible = "arm,gic-400"; > + #interrupt-cells = <3>; > + #address-cells = <0>; > + interrupt-controller; > + reg = <0 0xf1001000 0 0x1000>, > + <0 0xf1002000 0 0x1000>, > + <0 0xf1004000 0 0x2000>, > + <0 0xf1006000 0 0x2000>; > + interrupts = + IRQ_TYPE_LEVEL_HIGH)>; You may want to align IRQ_TYPE_LEVEL_HIGH with GIC_CPU_MASK_SIMPLE. > + }; > + > + timer { > + compatible = "arm,armv7-timer"; > + interrupts = + IRQ_TYPE_LEVEL_LOW)>, > + + IRQ_TYPE_LEVEL_LOW)>, > + + IRQ_TYPE_LEVEL_LOW)>, > + + IRQ_TYPE_LEVEL_LOW)>; Likewise. > + }; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds