From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH/RFC 3/3] arm64: dts: r8a7795: Support shared irq for thermal sensors Date: Mon, 20 Jun 2016 09:53:56 +0200 Message-ID: References: <57661211.7010900@rvc.renesas.com> <57661BB1.3060401@rvc.renesas.com> <57661CAD.8040807@rvc.renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <57661CAD.8040807@rvc.renesas.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Khiem Nguyen Cc: Simon Horman , "devicetree@vger.kernel.org" , "Hien Duy. Dang" , Kuninori Morimoto , Geert Uytterhoeven , Wolfram Sang , Catalin Marinas , "linux-pm@vger.kernel.org" , Magnus Damm , "linux-kernel@vger.kernel.org" , Eduardo Valentin , Rob Herring , Toru Oishi , "linux-renesas-soc@vger.kernel.org" , Gaku Inami , Zhang Rui , "Thao Phuong Le. Nguyen" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org Hi Khiem, On Sun, Jun 19, 2016 at 6:16 AM, Khiem Nguyen wrote: > This patch adds the shared interrupts for thermal sensors > TSC1/TSC2/TSC3. > > Signed-off-by: Gaku Inami > Signed-off-by: Khiem Nguyen > --- > arch/arm64/boot/dts/renesas/r8a7795.dtsi | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi > index db203db..761df2b 100644 > --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi > @@ -1628,7 +1628,8 @@ > compatible = "renesas,thermal-r8a7795", > "renesas,rcar-gen3-thermal"; > reg = <0 0xe6198000 0 0x5c>; > - interrupts = ; > + interrupts = , > + ; If you make this change, the DT bindings should be updated first. 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