Commit d46ca932 authored by Stefan Ringel's avatar Stefan Ringel Committed by Mauro Carvalho Chehab

V4L/DVB: tm6000: add additional init register for tm6010

Signed-off-by: default avatarStefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent dfd36d83
...@@ -416,6 +416,13 @@ struct reg_init tm6010_init_tab[] = { ...@@ -416,6 +416,13 @@ struct reg_init tm6010_init_tab[] = {
{ REQ_05_SET_GET_USBREG, 0x18, 0x00 }, { REQ_05_SET_GET_USBREG, 0x18, 0x00 },
{ REQ_07_SET_GET_AVREG, 0xdc, 0xaa },
{ REQ_07_SET_GET_AVREG, 0xdd, 0x30 },
{ REQ_07_SET_GET_AVREG, 0xde, 0x20 },
{ REQ_07_SET_GET_AVREG, 0xdf, 0xd0 },
{ REQ_04_EN_DISABLE_MCU_INT, 0x02, 0x00 },
{ REQ_07_SET_GET_AVREG, 0xd8, 0x2f },
/* set remote wakeup key:any key wakeup */ /* set remote wakeup key:any key wakeup */
{ REQ_07_SET_GET_AVREG, 0xe5, 0xfe }, { REQ_07_SET_GET_AVREG, 0xe5, 0xfe },
{ REQ_07_SET_GET_AVREG, 0xda, 0xff }, { REQ_07_SET_GET_AVREG, 0xda, 0xff },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment