devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 1/2] arm: dts: keystone: add watchdog entry
       [not found] <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com>
@ 2013-12-10 14:52 ` ivan.khoronzhuk
       [not found] ` <1386686869-729-2-git-send-email-ivan.khoronzhuk@ti.com>
  1 sibling, 0 replies; 2+ messages in thread
From: ivan.khoronzhuk @ 2013-12-10 14:52 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Mark Rutland, devicetree@vger.kernel.org, grygorii.strashko,
	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

+ 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 <linux@roeck-us.net>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
> 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 = <GIC_SPI 300 IRQ_TYPE_EDGE_RISING>;
>   			clocks = <&clkspi>;
>   		};
> +
> +		wdt: wdt@022f0080 {
> +			compatible = "ti,keystone-wdt","ti,davinci-wdt";
> +			reg = <0x022f0080 0x80>;
> +			clocks = <&clkwdtimer0>;
> +		};
>   	};
>   };
>


-- 
Regards,
Ivan Khoronzhuk

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] arm: keystone: enable watchdog support
       [not found] ` <1386686869-729-2-git-send-email-ivan.khoronzhuk@ti.com>
@ 2013-12-10 14:53   ` ivan.khoronzhuk
  0 siblings, 0 replies; 2+ messages in thread
From: ivan.khoronzhuk @ 2013-12-10 14:53 UTC (permalink / raw)
  To: Santosh Shilimkar
  Cc: Mark Rutland, devicetree@vger.kernel.org, grygorii.strashko,
	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

+ 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:
> After Keystone watchdog driver updates are already merged we can
> enable WDT in config.
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
> Based on
> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
> keystone/master
>
>   arch/arm/configs/keystone_defconfig |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
> index 9943e5d..8bd940c 100644
> --- a/arch/arm/configs/keystone_defconfig
> +++ b/arch/arm/configs/keystone_defconfig
> @@ -129,6 +129,8 @@ CONFIG_SPI_DAVINCI=y
>   CONFIG_SPI_SPIDEV=y
>   # CONFIG_HWMON is not set
>   CONFIG_WATCHDOG=y
> +CONFIG_WATCHDOG_CORE=y
> +CONFIG_DAVINCI_WATCHDOG=y
>   # CONFIG_USB_SUPPORT is not set
>   CONFIG_DMADEVICES=y
>   CONFIG_COMMON_CLK_DEBUG=y
>


-- 
Regards,
Ivan Khoronzhuk

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-10 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1386686869-729-1-git-send-email-ivan.khoronzhuk@ti.com>
2013-12-10 14:52 ` [PATCH 1/2] arm: dts: keystone: add watchdog entry ivan.khoronzhuk
     [not found] ` <1386686869-729-2-git-send-email-ivan.khoronzhuk@ti.com>
2013-12-10 14:53   ` [PATCH 2/2] arm: keystone: enable watchdog support ivan.khoronzhuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).