drm/rockchip: cdn-dp: Correct PHY register address

Correct some DP register address for PHY Configuration according to
latest datasheet.

Signed-off-by: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1488940077-22297-3-git-send-email-zyw@rock-chips.com
This commit is contained in:
Chris Zhong 2017-03-08 10:27:56 +08:00 committed by Sean Paul
parent a68b5bb670
commit 05c00c2f19

View file

@ -121,12 +121,11 @@
/* dptx phy addr */
#define DP_TX_PHY_CONFIG_REG 0x2000
#define DP_TX_PHY_STATUS_REG 0x2004
#define DP_TX_PHY_SW_RESET 0x2008
#define DP_TX_PHY_SCRAMBLER_SEED 0x200c
#define DP_TX_PHY_TRAINING_01_04 0x2010
#define DP_TX_PHY_TRAINING_05_08 0x2014
#define DP_TX_PHY_TRAINING_09_10 0x2018
#define DP_TX_PHY_SW_RESET 0x2004
#define DP_TX_PHY_SCRAMBLER_SEED 0x2008
#define DP_TX_PHY_TRAINING_01_04 0x200c
#define DP_TX_PHY_TRAINING_05_08 0x2010
#define DP_TX_PHY_TRAINING_09_10 0x2014
#define TEST_COR 0x23fc
/* dptx hpd addr */