drm/rockchip: inno_hdmi: Don't power up the phy after resetting
authorAlex Bee <knaerzche@gmail.com>
Fri, 22 Dec 2023 17:42:12 +0000 (18:42 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 29 Dec 2023 23:38:30 +0000 (00:38 +0100)
commit71892cee6ceb3e1b88e0bb44b05c8397d8261a85
treedf472f6762646767c3f4aed429bd46f1022561e4
parent164abbd2b7ef62aae6fc80450a2d085acdc3da3e
drm/rockchip: inno_hdmi: Don't power up the phy after resetting

inno_hdmi_reset is only ever called when initializing the controller. At
this point it’s completely uneccessary to power up the PHY, since all
what has to work at this point is the DDC bus. The phy will be powered up
correctly when a mode is set in inno_hdmi_encoder_enable and disabled in
inno_hdmi_encoder_disable.
Set it to LOWER_PWR after resetting the controller.

Signed-off-by: Alex Bee <knaerzche@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20231222174220.55249-22-knaerzche@gmail.com
drivers/gpu/drm/rockchip/inno_hdmi.c