aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i2c/tda998x_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c b/drivers/gpu/drm/i2c/tda998x_drv.c
index de0572ec597e..e871a4246379 100644
--- a/drivers/gpu/drm/i2c/tda998x_drv.c
+++ b/drivers/gpu/drm/i2c/tda998x_drv.c
@@ -1144,7 +1144,7 @@ tda998x_encoder_init(struct i2c_client *client,
1144 priv->vip_cntrl_1 = VIP_CNTRL_1_SWAP_C(0) | VIP_CNTRL_1_SWAP_D(1); 1144 priv->vip_cntrl_1 = VIP_CNTRL_1_SWAP_C(0) | VIP_CNTRL_1_SWAP_D(1);
1145 priv->vip_cntrl_2 = VIP_CNTRL_2_SWAP_E(4) | VIP_CNTRL_2_SWAP_F(5); 1145 priv->vip_cntrl_2 = VIP_CNTRL_2_SWAP_E(4) | VIP_CNTRL_2_SWAP_F(5);
1146 1146
1147 priv->current_page = 0; 1147 priv->current_page = 0xff;
1148 priv->cec = i2c_new_dummy(client->adapter, 0x34); 1148 priv->cec = i2c_new_dummy(client->adapter, 0x34);
1149 if (!priv->cec) 1149 if (!priv->cec)
1150 return -ENODEV; 1150 return -ENODEV;