OSDN Git Service

drm/exynos/hdmi: fix PHY configuration sequence
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 23 Mar 2016 13:15:12 +0000 (14:15 +0100)
committerInki Dae <daeinki@gmail.com>
Fri, 29 Apr 2016 16:03:54 +0000 (01:03 +0900)
commit4677f51ade432987f01062abad9e4cf60fd33f7d
tree69e4da85beda6745dab2033fb23790e504a7edd6
parent50ec220eb4e3c90b3d7d40c679e19a0b61de162c
drm/exynos/hdmi: fix PHY configuration sequence

Proper PHY configuration should be as follow:
1. set HDMI clock parents to OSCCLK.
2. reconfigure PHY.
3. set HDMI clock parents to PHY.
4. wait for PLL stabilization.

The patch fixes it and consolidates the code.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c