From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:37058 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750922AbaKAXLl (ORCPT ); Sat, 1 Nov 2014 19:11:41 -0400 Date: Sat, 1 Nov 2014 19:11:20 -0400 From: Jason Cooper To: Ezequiel Garcia Cc: Daniel Lezcano , Thomas Gleixner , Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nadav Haklai , Tawfik Bayouk , Lior Amsalem , Thomas Petazzoni , Andrew Lunn Subject: Re: [PATCH v2 4/4] ARM: mvebu: Enable the reference clock for timer and watchdog on Armada 375 SoC Message-ID: <20141101231120.GK3698@titan.lakedaemon.net> References: <1414248522-16055-1-git-send-email-ezequiel.garcia@free-electrons.com> <1414248522-16055-5-git-send-email-ezequiel.garcia@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1414248522-16055-5-git-send-email-ezequiel.garcia@free-electrons.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Sat, Oct 25, 2014 at 11:48:42AM -0300, Ezequiel Garcia wrote: > Now that the timer and watchdog drivers support the Armada 375 usage of > the reference clock, we can enable it in the devicetree. > > Signed-off-by: Ezequiel Garcia > --- > arch/arm/boot/dts/armada-375.dtsi | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) Applied to mvebu/dt with a Reviewed-by and a Tested-by from Thomas. thx, Jason.