OSDN Git Service

drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridge
authorSandeep Panda <spanda@codeaurora.org>
Fri, 30 Nov 2018 09:27:45 +0000 (14:57 +0530)
committerSean Paul <seanpaul@chromium.org>
Fri, 30 Nov 2018 15:45:06 +0000 (10:45 -0500)
Fix the AUX_CMD_SEND bit for ti,sn65dsi86 bridge chip. With wrong
value the dpcd aux transactions with eDP panel are failing.

Signed-off-by: Sandeep Panda <spanda@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20181130092745.4219-1-spanda@codeaurora.org
drivers/gpu/drm/bridge/ti-sn65dsi86.c

index 680566d..1024396 100644 (file)
@@ -54,7 +54,7 @@
 #define SN_AUX_ADDR_7_0_REG                    0x76
 #define SN_AUX_LENGTH_REG                      0x77
 #define SN_AUX_CMD_REG                         0x78
-#define  AUX_CMD_SEND                          BIT(1)
+#define  AUX_CMD_SEND                          BIT(0)
 #define  AUX_CMD_REQ(x)                                ((x) << 4)
 #define SN_AUX_RDATA_REG(x)                    (0x79 + (x))
 #define SN_SSC_CONFIG_REG                      0x93