OSDN Git Service

drm/rockchip: cdn-dp: Correct PHY register address
authorChris Zhong <zyw@rock-chips.com>
Wed, 8 Mar 2017 02:27:56 +0000 (10:27 +0800)
committerSean Paul <seanpaul@chromium.org>
Mon, 13 Mar 2017 19:59:26 +0000 (15:59 -0400)
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
drivers/gpu/drm/rockchip/cdn-dp-reg.h

index 3507be3..c4bbb4a 100644 (file)
 
 /* 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 */