phy: rockchip-inno-hdmi-phy: update 3328 phy pixclock in the recalc_rate
authorZheng Yang <zhengyang@rock-chips.com>
Thu, 20 Jul 2017 02:15:32 +0000 (10:15 +0800)
committerZheng Yang <zhengyang@rock-chips.com>
Thu, 20 Jul 2017 02:41:02 +0000 (10:41 +0800)
commit6d20589677ae71e90c48d144bb903e6dcdddeeab
treea39ca6a796a2349da5741935c04e9ed0e09770e3
parentcb4f52e1565b476714e6e7b63cba0e2bd1eff29d
phy: rockchip-inno-hdmi-phy: update 3328 phy pixclock in the recalc_rate

If default phy pre-pll output pixclock is same to the requested rate,
the set_rate function is not called, inno->pixclock is zero and
make phy work not ok. This patch update inno->pixclock both in the
recalc_rate and set_rate, make pixclock be the real value.

Change-Id: Ifd4e145c499c2e82f96918ca62235627bf326734
Signed-off-by: Zheng Yang <zhengyang@rock-chips.com>
drivers/phy/phy-rockchip-inno-hdmi-phy.c