OSDN Git Service

clk: ti: am43xx: drop idlest polling from gfx clock
authorTero Kristo <t-kristo@ti.com>
Mon, 7 Oct 2019 12:26:04 +0000 (15:26 +0300)
committerTero Kristo <t-kristo@ti.com>
Thu, 31 Oct 2019 13:18:29 +0000 (15:18 +0200)
commitece3e465b80a05c994783c7161e3d49035064f71
tree213ab05eab4b3de5b2434f7a86731c0951787ed2
parent194071817898897c65ffb5ae59d6d686ca13452c
clk: ti: am43xx: drop idlest polling from gfx clock

Due to the way ti sysc and hardreset line control is now implemented,
it is not possible to poll the clock status for gfx clock independent
of hardreset line control. Thus, add a flag to prevent handling this
status bit from clock driver. Correct sequencing of events is guaranteed
by ti-sysc bus driver.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/ti/clk-43xx.c