Skip to content
Commit 19a1d46b authored by Jonas Karlman's avatar Jonas Karlman Committed by Vinod Koul
Browse files

phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write



inno_write is used to configure 0xaa reg, that also hold the
POST_PLL_POWER_DOWN bit.
When POST_PLL_REFCLK_SEL_TMDS is configured the power down bit is not
taken into consideration.

Fix this by keeping the power down bit until configuration is complete.
Also reorder the reg write order for consistency.

Fixes: 53706a11 ("phy: add Rockchip Innosilicon hdmi phy")
Signed-off-by: default avatarJonas Karlman <jonas@kwiboo.se>
Link: https://lore.kernel.org/r/20230615171005.2251032-5-jonas@kwiboo.se


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent b001c27d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment