From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ty1jpn01on0130.outbound.protection.outlook.com ([104.47.93.130]:9650 "EHLO JPN01-TY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726179AbeJZSTF (ORCPT ); Fri, 26 Oct 2018 14:19:05 -0400 From: Fabrizio Castro Subject: RE: [PATCH 1/2] ARM: dts: r8a77470: Add watchdog support to SoC dtsi Date: Fri, 26 Oct 2018 09:42:38 +0000 Message-ID: References: <1540546347-42791-1-git-send-email-biju.das@bp.renesas.com> In-Reply-To: <1540546347-42791-1-git-send-email-biju.das@bp.renesas.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org To: Biju Das , Rob Herring , Mark Rutland Cc: Simon Horman , Magnus Damm , "linux-renesas-soc@vger.kernel.org" , "devicetree@vger.kernel.org" , Geert Uytterhoeven , Chris Paterson List-ID: > Subject: [PATCH 1/2] ARM: dts: r8a77470: Add watchdog support to SoC dtsi > > This patch adds watchdog support to the r8a77470 SoC dtsi. > > Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro > --- > This patch tested against renesas-dev > --- > arch/arm/boot/dts/r8a77470.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470= .dtsi > index e40f5a9..872ad3a 100644 > --- a/arch/arm/boot/dts/r8a77470.dtsi > +++ b/arch/arm/boot/dts/r8a77470.dtsi > @@ -196,6 +196,16 @@ > reg =3D <0 0xe6160000 0 0x100>; > }; > > +rwdt: watchdog@e6020000 { > +compatible =3D "renesas,r8a77470-wdt", > + "renesas,rcar-gen2-wdt"; > +reg =3D <0 0xe6020000 0 0x0c>; > +clocks =3D <&cpg CPG_MOD 402>; > +power-domains =3D <&sysc R8A77470_PD_ALWAYS_ON>; > +resets =3D <&cpg 402>; > +status =3D "disabled"; > +}; > + > sysc: system-controller@e6180000 { > compatible =3D "renesas,r8a77470-sysc"; > reg =3D <0 0xe6180000 0 0x200>; > -- > 2.7.4 Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, B= uckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered= No. 04586709. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ty1jpn01on0130.outbound.protection.outlook.com ([104.47.93.130]:9650 "EHLO JPN01-TY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726179AbeJZSTF (ORCPT ); Fri, 26 Oct 2018 14:19:05 -0400 From: Fabrizio Castro To: Biju Das , Rob Herring , Mark Rutland CC: Biju Das , Simon Horman , Magnus Damm , "linux-renesas-soc@vger.kernel.org" , "devicetree@vger.kernel.org" , Geert Uytterhoeven , Chris Paterson Subject: RE: [PATCH 1/2] ARM: dts: r8a77470: Add watchdog support to SoC dtsi Date: Fri, 26 Oct 2018 09:42:38 +0000 Message-ID: References: <1540546347-42791-1-git-send-email-biju.das@bp.renesas.com> In-Reply-To: <1540546347-42791-1-git-send-email-biju.das@bp.renesas.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: > Subject: [PATCH 1/2] ARM: dts: r8a77470: Add watchdog support to SoC dtsi > > This patch adds watchdog support to the r8a77470 SoC dtsi. > > Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro > --- > This patch tested against renesas-dev > --- > arch/arm/boot/dts/r8a77470.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/r8a77470.dtsi b/arch/arm/boot/dts/r8a77470= .dtsi > index e40f5a9..872ad3a 100644 > --- a/arch/arm/boot/dts/r8a77470.dtsi > +++ b/arch/arm/boot/dts/r8a77470.dtsi > @@ -196,6 +196,16 @@ > reg =3D <0 0xe6160000 0 0x100>; > }; > > +rwdt: watchdog@e6020000 { > +compatible =3D "renesas,r8a77470-wdt", > + "renesas,rcar-gen2-wdt"; > +reg =3D <0 0xe6020000 0 0x0c>; > +clocks =3D <&cpg CPG_MOD 402>; > +power-domains =3D <&sysc R8A77470_PD_ALWAYS_ON>; > +resets =3D <&cpg 402>; > +status =3D "disabled"; > +}; > + > sysc: system-controller@e6180000 { > compatible =3D "renesas,r8a77470-sysc"; > reg =3D <0 0xe6180000 0 0x200>; > -- > 2.7.4 Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, B= uckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered= No. 04586709.