diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-10-23 17:45:17 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:23 -0500 |
commit | ef3052bc9805ad74d21b5ac91647a8fecde1d96a (patch) | |
tree | 0b855c46db74c9363909180f4cac148be89fc25a /drivers/media | |
parent | 54fb122d126c89c2a38c86205f7096defc04ccb0 (diff) |
V4L/DVB (9461): Initialize SYSREG register
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-av.c | 3 | ||||
-rw-r--r-- | drivers/media/dvb/ttpci/budget-ci.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 67a14c580a74..24123715f197 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c | |||
@@ -890,7 +890,6 @@ static struct stv0299_config philips_sd1878_config = { | |||
890 | /* KNC1 DVB-S (STB0899) Inittab */ | 890 | /* KNC1 DVB-S (STB0899) Inittab */ |
891 | static const struct stb0899_s1_reg knc1_stb0899_s1_init_1[] = { | 891 | static const struct stb0899_s1_reg knc1_stb0899_s1_init_1[] = { |
892 | 892 | ||
893 | // 0x0000000b , /* SYSREG */ | ||
894 | { STB0899_DEV_ID , 0x81 }, | 893 | { STB0899_DEV_ID , 0x81 }, |
895 | { STB0899_DISCNTRL1 , 0x32 }, | 894 | { STB0899_DISCNTRL1 , 0x32 }, |
896 | { STB0899_DISCNTRL2 , 0x80 }, | 895 | { STB0899_DISCNTRL2 , 0x80 }, |
@@ -901,7 +900,7 @@ static const struct stb0899_s1_reg knc1_stb0899_s1_init_1[] = { | |||
901 | { STB0899_DISSTATUS , 0x20 }, | 900 | { STB0899_DISSTATUS , 0x20 }, |
902 | { STB0899_DISF22 , 0x8c }, | 901 | { STB0899_DISF22 , 0x8c }, |
903 | { STB0899_DISF22RX , 0x9a }, | 902 | { STB0899_DISF22RX , 0x9a }, |
904 | //SYSREG ? | 903 | { STB0899_SYSREG , 0x0b }, |
905 | { STB0899_ACRPRESC , 0x11 }, | 904 | { STB0899_ACRPRESC , 0x11 }, |
906 | { STB0899_ACRDIV1 , 0x0a }, | 905 | { STB0899_ACRDIV1 , 0x0a }, |
907 | { STB0899_ACRDIV2 , 0x05 }, | 906 | { STB0899_ACRDIV2 , 0x05 }, |
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 9cb8ff59e61f..ebe8210b123d 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c | |||
@@ -1079,7 +1079,6 @@ static struct tda10023_config tda10023_config = { | |||
1079 | /* TT S2-3200 DVB-S (STB0899) Inittab */ | 1079 | /* TT S2-3200 DVB-S (STB0899) Inittab */ |
1080 | static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = { | 1080 | static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = { |
1081 | 1081 | ||
1082 | // 0x0000000b , /* SYSREG */ | ||
1083 | { STB0899_DEV_ID , 0x81 }, | 1082 | { STB0899_DEV_ID , 0x81 }, |
1084 | { STB0899_DISCNTRL1 , 0x32 }, | 1083 | { STB0899_DISCNTRL1 , 0x32 }, |
1085 | { STB0899_DISCNTRL2 , 0x80 }, | 1084 | { STB0899_DISCNTRL2 , 0x80 }, |
@@ -1090,7 +1089,7 @@ static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = { | |||
1090 | { STB0899_DISSTATUS , 0x20 }, | 1089 | { STB0899_DISSTATUS , 0x20 }, |
1091 | { STB0899_DISF22 , 0x8c }, | 1090 | { STB0899_DISF22 , 0x8c }, |
1092 | { STB0899_DISF22RX , 0x9a }, | 1091 | { STB0899_DISF22RX , 0x9a }, |
1093 | //SYSREG ? | 1092 | { STB0899_SYSREG , 0x0b }, |
1094 | { STB0899_ACRPRESC , 0x11 }, | 1093 | { STB0899_ACRPRESC , 0x11 }, |
1095 | { STB0899_ACRDIV1 , 0x0a }, | 1094 | { STB0899_ACRDIV1 , 0x0a }, |
1096 | { STB0899_ACRDIV2 , 0x05 }, | 1095 | { STB0899_ACRDIV2 , 0x05 }, |