[PATCH v2 2/4] watchdog: orion: Use the reference clock on Armada 375 SoC
From: Jason Cooper <hidden>
Date: 2014-11-01 23:06:01
Also in:
linux-watchdog
From: Jason Cooper <hidden>
Date: 2014-11-01 23:06:01
Also in:
linux-watchdog
Wim, On Sat, Oct 25, 2014 at 11:48:40AM -0300, Ezequiel Garcia wrote:
The 25 MHz reference clock has better stability so its use is preferred 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. Signed-off-by: Ezequiel Garcia <redacted> --- .../devicetree/bindings/watchdog/marvel.txt | 13 +++++++ drivers/watchdog/orion_wdt.c | 40 +++++++++++++++++++++- 2 files changed, 52 insertions(+), 1 deletion(-)
Acked-by: Jason Cooper <redacted> thx, Jason.