OSDN Git Service

drm/etnaviv: remove unnecessary clock stabilization delay
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 9 Oct 2017 10:03:31 +0000 (12:03 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 10 Oct 2017 10:10:20 +0000 (12:10 +0200)
commit8272170f7da34e2554bed10ab76582094ea6816d
tree480b492ea5bd1668fead9d998b7db1e6d19010d9
parent4046217954d4e79d57d34c56ce42dec4f87e2ce9
drm/etnaviv: remove unnecessary clock stabilization delay

There is no reason to wait for clock stabilization here, as the clock
framework guarantees that PLL clock sources are stable before clk_enable
returns.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/etnaviv/etnaviv_gpu.c