From mboxrd@z Thu Jan 1 00:00:00 1970 From: Khiem Nguyen Subject: [PATCH/RFC 3/3] arm64: dts: r8a7795: Support shared irq for thermal sensors Date: Sun, 19 Jun 2016 11:16:45 +0700 Message-ID: <57661CAD.8040807@rvc.renesas.com> References: <57661211.7010900@rvc.renesas.com> <57661BB1.3060401@rvc.renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <57661BB1.3060401-NdPGGYSbX7otW8iMtHSHnA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kuninori Morimoto Cc: Wolfram Sang , Geert Uytterhoeven , Magnus Damm , Zhang Rui , Eduardo Valentin , Rob Herring , "linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "Thao Phuong Le. Nguyen" , "Hien Duy. Dang" , Toru Oishi , "linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Gaku Inami , Catalin Marinas , Simon Horman , "Khiem Trong. Nguyen" List-Id: devicetree@vger.kernel.org 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 = , + ; clocks = <&cpg CPG_MOD 522>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; #thermal-sensor-cells = <0>; @@ -1639,7 +1640,8 @@ compatible = "renesas,thermal-r8a7795", "renesas,rcar-gen3-thermal"; reg = <0 0xe61a0000 0 0x5c>; - interrupts = ; + interrupts = , + ; clocks = <&cpg CPG_MOD 522>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; #thermal-sensor-cells = <0>; @@ -1650,7 +1652,8 @@ compatible = "renesas,thermal-r8a7795", "renesas,rcar-gen3-thermal"; reg = <0 0xe61a8000 0 0x5c>; - interrupts = ; + interrupts = , + ; clocks = <&cpg CPG_MOD 522>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; #thermal-sensor-cells = <0>; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html