summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/m88ds3103_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-12-02 20:38:53 +0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-12-19 15:22:43 +0400
commitdcaf0fbfd2fa5a36e6e1150576f7a8c3efc43f92 (patch)
tree42172edd78eccfd569ab7693c4c9d3148e29ee21 /drivers/media/dvb-frontends/m88ds3103_priv.h
parent58b7450d56cacaa12d82ff9e2f5b461f65f2ade0 (diff)
downloadlinux-dcaf0fbfd2fa5a36e6e1150576f7a8c3efc43f92.tar.xz
[media] m88ds3103: add default value for reg 56
Reg 0x56 should be programmed to 0x01. Add default to inittab. Reported-by: David Howells <dhowells@redhat.com> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/m88ds3103_priv.h')
-rw-r--r--drivers/media/dvb-frontends/m88ds3103_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/m88ds3103_priv.h b/drivers/media/dvb-frontends/m88ds3103_priv.h
index 80c5a2501250..9cc29b4232ad 100644
--- a/drivers/media/dvb-frontends/m88ds3103_priv.h
+++ b/drivers/media/dvb-frontends/m88ds3103_priv.h
@@ -71,6 +71,7 @@ static const struct m88ds3103_reg_val m88ds3103_dvbs_init_reg_vals[] = {
{0x51, 0x36},
{0x52, 0x36},
{0x53, 0x36},
+ {0x56, 0x01},
{0x63, 0x0f},
{0x64, 0x30},
{0x65, 0x40},
@@ -152,6 +153,7 @@ static const struct m88ds3103_reg_val m88ds3103_dvbs2_init_reg_vals[] = {
{0x51, 0x36},
{0x52, 0x36},
{0x53, 0x36},
+ {0x56, 0x01},
{0x63, 0x0f},
{0x64, 0x10},
{0x65, 0x20},