mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
UPSTREAM: drm/rockchip: cdn-dp: Correct PHY register address
Correct some DP register address for PHY Configuration according to
latest datasheet.
Change-Id: If0f0014930d70a1badadea732148effb5145fbdb
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
(cherry picked from commit 05c00c2f19)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user