All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: rockchip: provide the watchdog with a clock
@ 2015-01-21 19:54 Heiko Stübner
  2015-01-21 19:55 ` [PATCH 1/3] clk: rockchip: add id for watchdog pclk on rk3288 Heiko Stübner
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Heiko Stübner @ 2015-01-21 19:54 UTC (permalink / raw)
  To: linux-arm-kernel

The snps,dw-wdt needs to read the clock-rate of its supplying clock
for some operations. The clock itself is based on pclk_pd_alive
and is indeed gateable. The caveat is that the gate is living in the
so-called secure-GRF, which isn't even writeable in some boot-modes.

But to have an actual clock reference to the correct clock, implement
a fixed-factor clock, to be substituted when we can control the actual
gate safely.

Heiko Stuebner (3):
  clk: rockchip: add id for watchdog pclk on rk3288
  clk: rockchip: add a dummy clock for the watchdog pclk on rk3288
  ARM: dts: rockchip: add rk3288 watchdog clock

 arch/arm/boot/dts/rk3288.dtsi          | 1 +
 drivers/clk/rockchip/clk-rk3288.c      | 8 ++++++++
 include/dt-bindings/clock/rk3288-cru.h | 1 +
 3 files changed, 10 insertions(+)

-- 
2.1.1

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

end of thread, other threads:[~2015-01-28 10:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 19:54 [PATCH 0/3] ARM: rockchip: provide the watchdog with a clock Heiko Stübner
2015-01-21 19:55 ` [PATCH 1/3] clk: rockchip: add id for watchdog pclk on rk3288 Heiko Stübner
2015-01-21 23:28   ` Doug Anderson
2015-01-21 19:56 ` [PATCH 2/3] clk: rockchip: add a dummy clock for the " Heiko Stübner
2015-01-21 23:30   ` Doug Anderson
2015-01-21 19:56 ` [PATCH 3/3] ARM: dts: rockchip: add rk3288 watchdog clock Heiko Stübner
2015-01-21 23:30   ` Doug Anderson
2015-01-28 10:15 ` [PATCH 0/3] ARM: rockchip: provide the watchdog with a clock Heiko Stübner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.