From mboxrd@z Thu Jan 1 00:00:00 1970 From: ivan.khoronzhuk@ti.com (ivan.khoronzhuk) Date: Tue, 10 Dec 2013 16:52:35 +0200 Subject: [PATCH 1/2] arm: dts: keystone: add watchdog entry In-Reply-To: <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com> References: <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com> Message-ID: <52A72AB3.5000900@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org + CC devicetree at vger.kernel.org linux-arm-kernel at lists.infradead.org linux-kernel at vger.kernel.org On 12/10/2013 04:47 PM, Ivan Khoronzhuk wrote: > Add watchdog entry to keystone device tree. > > Acked-by: Guenter Roeck > Signed-off-by: Ivan Khoronzhuk > --- > Based on > git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git > keystone/master > > arch/arm/boot/dts/keystone.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi > index f6d6d9e..54a8ff7 100644 > --- a/arch/arm/boot/dts/keystone.dtsi > +++ b/arch/arm/boot/dts/keystone.dtsi > @@ -181,5 +181,11 @@ > interrupts = ; > clocks = <&clkspi>; > }; > + > + wdt: wdt at 022f0080 { > + compatible = "ti,keystone-wdt","ti,davinci-wdt"; > + reg = <0x022f0080 0x80>; > + clocks = <&clkwdtimer0>; > + }; > }; > }; > -- Regards, Ivan Khoronzhuk From mboxrd@z Thu Jan 1 00:00:00 1970 From: "ivan.khoronzhuk" Subject: Re: [PATCH 1/2] arm: dts: keystone: add watchdog entry Date: Tue, 10 Dec 2013 16:52:35 +0200 Message-ID: <52A72AB3.5000900@ti.com> References: <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.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: Santosh Shilimkar Cc: Mark Rutland , "devicetree@vger.kernel.org" , grygorii.strashko@ti.com, Russell King , Pawel Moll , Ian Campbell , Stephen Warren , "linux-kernel@vger.kernel.org" , Rob Herring , Olof Johansson , Ivan Khoronzhuk , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org + CC devicetree@vger.kernel.org linux-arm-kernel@lists.infradead.org linux-kernel@vger.kernel.org On 12/10/2013 04:47 PM, Ivan Khoronzhuk wrote: > Add watchdog entry to keystone device tree. > > Acked-by: Guenter Roeck > Signed-off-by: Ivan Khoronzhuk > --- > Based on > git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git > keystone/master > > arch/arm/boot/dts/keystone.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi > index f6d6d9e..54a8ff7 100644 > --- a/arch/arm/boot/dts/keystone.dtsi > +++ b/arch/arm/boot/dts/keystone.dtsi > @@ -181,5 +181,11 @@ > interrupts = ; > clocks = <&clkspi>; > }; > + > + wdt: wdt@022f0080 { > + compatible = "ti,keystone-wdt","ti,davinci-wdt"; > + reg = <0x022f0080 0x80>; > + clocks = <&clkwdtimer0>; > + }; > }; > }; > -- Regards, Ivan Khoronzhuk From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754045Ab3LJOxa (ORCPT ); Tue, 10 Dec 2013 09:53:30 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:46984 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753833Ab3LJOx2 (ORCPT ); Tue, 10 Dec 2013 09:53:28 -0500 Message-ID: <52A72AB3.5000900@ti.com> Date: Tue, 10 Dec 2013 16:52:35 +0200 From: "ivan.khoronzhuk" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Santosh Shilimkar CC: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Russell King , Olof Johansson , , Ivan Khoronzhuk , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" Subject: Re: [PATCH 1/2] arm: dts: keystone: add watchdog entry References: <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com> In-Reply-To: <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.145.122] X-EXCLAIMER-MD-CONFIG: f9c360f5-3d1e-4c3c-8703-f45bf52eff6b Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org + CC devicetree@vger.kernel.org linux-arm-kernel@lists.infradead.org linux-kernel@vger.kernel.org On 12/10/2013 04:47 PM, Ivan Khoronzhuk wrote: > Add watchdog entry to keystone device tree. > > Acked-by: Guenter Roeck > Signed-off-by: Ivan Khoronzhuk > --- > Based on > git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git > keystone/master > > arch/arm/boot/dts/keystone.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi > index f6d6d9e..54a8ff7 100644 > --- a/arch/arm/boot/dts/keystone.dtsi > +++ b/arch/arm/boot/dts/keystone.dtsi > @@ -181,5 +181,11 @@ > interrupts = ; > clocks = <&clkspi>; > }; > + > + wdt: wdt@022f0080 { > + compatible = "ti,keystone-wdt","ti,davinci-wdt"; > + reg = <0x022f0080 0x80>; > + clocks = <&clkwdtimer0>; > + }; > }; > }; > -- Regards, Ivan Khoronzhuk