commit | 4677f51ade432987f01062abad9e4cf60fd33f7d | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Wed Mar 23 14:15:12 2016 +0100 |
committer | Inki Dae <daeinki@gmail.com> | Sat Apr 30 01:03:54 2016 +0900 |
tree | 69e4da85beda6745dab2033fb23790e504a7edd6 | |
parent | 50ec220eb4e3c90b3d7d40c679e19a0b61de162c [diff] |
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>