From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Sat, 1 Nov 2014 19:08:24 -0400 Subject: [PATCH v2 3/4] clocksource: armada-370-xp: Use the reference clock on A375 SoC In-Reply-To: <1414248522-16055-4-git-send-email-ezequiel.garcia@free-electrons.com> References: <1414248522-16055-1-git-send-email-ezequiel.garcia@free-electrons.com> <1414248522-16055-4-git-send-email-ezequiel.garcia@free-electrons.com> Message-ID: <20141101230824.GJ3698@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Daniel, On Sat, Oct 25, 2014 at 11:48:41AM -0300, Ezequiel Garcia wrote: > The 25 MHz reference clock has better stability so its use is preferred over the > core clock. > > This commit takes advantage of the already introduced Armada 375 devicetree > compatible string and adds a new timer initialization. If available, the timer > will use the reference clock (named as 'fixed'). Otherwise, it falls back to the > previous behavior. > > Signed-off-by: Ezequiel Garcia > --- > .../bindings/timer/marvell,armada-370-xp-timer.txt | 9 ++++--- > drivers/clocksource/time-armada-370-xp.c | 28 ++++++++++++++++++++++ > 2 files changed, 34 insertions(+), 3 deletions(-) Acked-by: Jason Cooper thx, Jason.