Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Chris Zhong and committed by
Sean Paul
05c00c2f a68b5bb6

+5 -6
+5 -6
drivers/gpu/drm/rockchip/cdn-dp-reg.h
··· 121 121 122 122 /* dptx phy addr */ 123 123 #define DP_TX_PHY_CONFIG_REG 0x2000 124 - #define DP_TX_PHY_STATUS_REG 0x2004 125 - #define DP_TX_PHY_SW_RESET 0x2008 126 - #define DP_TX_PHY_SCRAMBLER_SEED 0x200c 127 - #define DP_TX_PHY_TRAINING_01_04 0x2010 128 - #define DP_TX_PHY_TRAINING_05_08 0x2014 129 - #define DP_TX_PHY_TRAINING_09_10 0x2018 124 + #define DP_TX_PHY_SW_RESET 0x2004 125 + #define DP_TX_PHY_SCRAMBLER_SEED 0x2008 126 + #define DP_TX_PHY_TRAINING_01_04 0x200c 127 + #define DP_TX_PHY_TRAINING_05_08 0x2010 128 + #define DP_TX_PHY_TRAINING_09_10 0x2014 130 129 #define TEST_COR 0x23fc 131 130 132 131 /* dptx hpd addr */