Skip to content

Commit 0df6580

Browse files
Bimow Chenmchehab
authored andcommitted
[media] af9033: update IT9135 tuner inittabs
Update IT9135 BX tuner config 60 and 61 inittabs. [[email protected]: removed two reg writes from driver init itself] Cc: <[email protected]> # v3.15+ Signed-off-by: Bimow Chen <[email protected]> Signed-off-by: Antti Palosaari <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 7d24c51 commit 0df6580

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

drivers/media/dvb-frontends/af9033_priv.h

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ static const struct reg_val tuner_init_it9135_60[] = {
14181418
{ 0x800068, 0x0a },
14191419
{ 0x80006a, 0x03 },
14201420
{ 0x800070, 0x0a },
1421-
{ 0x800071, 0x05 },
1421+
{ 0x800071, 0x0a },
14221422
{ 0x800072, 0x02 },
14231423
{ 0x800075, 0x8c },
14241424
{ 0x800076, 0x8c },
@@ -1484,7 +1484,6 @@ static const struct reg_val tuner_init_it9135_60[] = {
14841484
{ 0x800104, 0x02 },
14851485
{ 0x800105, 0xbe },
14861486
{ 0x800106, 0x00 },
1487-
{ 0x800109, 0x02 },
14881487
{ 0x800115, 0x0a },
14891488
{ 0x800116, 0x03 },
14901489
{ 0x80011a, 0xbe },
@@ -1510,7 +1509,6 @@ static const struct reg_val tuner_init_it9135_60[] = {
15101509
{ 0x80014b, 0x8c },
15111510
{ 0x80014d, 0xac },
15121511
{ 0x80014e, 0xc6 },
1513-
{ 0x80014f, 0x03 },
15141512
{ 0x800151, 0x1e },
15151513
{ 0x800153, 0xbc },
15161514
{ 0x800178, 0x09 },
@@ -1522,9 +1520,10 @@ static const struct reg_val tuner_init_it9135_60[] = {
15221520
{ 0x80018d, 0x5f },
15231521
{ 0x80018f, 0xa0 },
15241522
{ 0x800190, 0x5a },
1525-
{ 0x80ed02, 0xff },
1526-
{ 0x80ee42, 0xff },
1527-
{ 0x80ee82, 0xff },
1523+
{ 0x800191, 0x00 },
1524+
{ 0x80ed02, 0x40 },
1525+
{ 0x80ee42, 0x40 },
1526+
{ 0x80ee82, 0x40 },
15281527
{ 0x80f000, 0x0f },
15291528
{ 0x80f01f, 0x8c },
15301529
{ 0x80f020, 0x00 },
@@ -1699,7 +1698,6 @@ static const struct reg_val tuner_init_it9135_61[] = {
16991698
{ 0x800104, 0x02 },
17001699
{ 0x800105, 0xc8 },
17011700
{ 0x800106, 0x00 },
1702-
{ 0x800109, 0x02 },
17031701
{ 0x800115, 0x0a },
17041702
{ 0x800116, 0x03 },
17051703
{ 0x80011a, 0xc6 },
@@ -1725,7 +1723,6 @@ static const struct reg_val tuner_init_it9135_61[] = {
17251723
{ 0x80014b, 0x8c },
17261724
{ 0x80014d, 0xa8 },
17271725
{ 0x80014e, 0xc6 },
1728-
{ 0x80014f, 0x03 },
17291726
{ 0x800151, 0x28 },
17301727
{ 0x800153, 0xcc },
17311728
{ 0x800178, 0x09 },
@@ -1737,9 +1734,10 @@ static const struct reg_val tuner_init_it9135_61[] = {
17371734
{ 0x80018d, 0x5f },
17381735
{ 0x80018f, 0xfb },
17391736
{ 0x800190, 0x5c },
1740-
{ 0x80ed02, 0xff },
1741-
{ 0x80ee42, 0xff },
1742-
{ 0x80ee82, 0xff },
1737+
{ 0x800191, 0x00 },
1738+
{ 0x80ed02, 0x40 },
1739+
{ 0x80ee42, 0x40 },
1740+
{ 0x80ee82, 0x40 },
17431741
{ 0x80f000, 0x0f },
17441742
{ 0x80f01f, 0x8c },
17451743
{ 0x80f020, 0x00 },

0 commit comments

Comments
 (0)