]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/watchdog/orion_wdt.c
watchdog: orion: Use the reference clock on Armada 375 SoC
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Tue, 4 Nov 2014 13:21:32 +0000 (10:21 -0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 26 Nov 2014 12:51:08 +0000 (13:51 +0100)
commit8067042ad9543b410b7dc355ec312c2b61979eec
treec32ba26b77735d5282ddb99051e992415275af54
parent551f2fd5c6f34945e2daa3abb547f81f5576facb
watchdog: orion: Use the reference clock on Armada 375 SoC

The 25 MHz reference clock has better stability so its use is prefered over the
core clock. Change the Armada 375 clock initialization to use this reference
clock. To ensure the driver is compatible with an old devicetree, also provide
a fallback path which will silently return to the previous behavior.

While here, add the clock specification to the binding documentation.

Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Documentation/devicetree/bindings/watchdog/marvel.txt
drivers/watchdog/orion_wdt.c