clk: ti: am33xx: drop idlest polling from gfx clock
authorTero Kristo <t-kristo@ti.com>
Mon, 7 Oct 2019 12:26:03 +0000 (15:26 +0300)
committerTero Kristo <t-kristo@ti.com>
Thu, 31 Oct 2019 13:18:29 +0000 (15:18 +0200)
commit194071817898897c65ffb5ae59d6d686ca13452c
treede3dcc2d628d1a4f6d9ea6d0cadc469f77ad42d2
parent4d0030bdb47b703bebe4796d5c16beb776c6950f
clk: ti: am33xx: 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.

Reported-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/ti/clk-33xx.c