video: exynos_dp: move setting analog parameter and interrupt to after sw reset
authorJingoo Han <jg1.han@samsung.com>
Thu, 23 Aug 2012 10:55:13 +0000 (19:55 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Thu, 23 Aug 2012 13:23:36 +0000 (13:23 +0000)
SW reset sets DP TX to initial value, so configurations for analog parameter
and interrupt are not set properly. Therefore, exynos_dp_init_analog_param()
and exynos_dp_init_interrupt() should be moved to after sw reset is called,
in order to set these values properly.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>

No differences found