hdmitx: optimize hpll suspend
authorZongdong Jiao <zongdong.jiao@amlogic.com>
Tue, 12 Jun 2018 02:34:38 +0000 (10:34 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Fri, 29 Jun 2018 07:36:07 +0000 (00:36 -0700)
commite8768cd52e96f56817a347f90b50cd03043414e7
treec15c1d675b31fb8df5849f46a8cfed9163144621
parent1efcf84db41af7f9c36c5c4b43691cf0b40bf7e8
hdmitx: optimize hpll suspend

PD#165090: hdmitx: optimize hpll suspend

The BIT definition of RESET / ENABLE in G12A is different from
earlier chips.
HPLL suspend workflow:
1. set RESET as 1
2. delay 50us
3. set ENABLE as 0
Resume workflow is inverse, but no need anymore, it will be set
in set_disp_mode_auto().

Change-Id: Iefc7f7f026562f566c8a40325c74a53f46465b02
Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
drivers/amlogic/media/vout/hdmitx/hdmi_tx_20/hw/hdmi_tx_hw.c