Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76723
b: refs/heads/master
c: 5206d6e
h: refs/heads/master
i:
  76721: ddadbc5
  76719: 4af0acd
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 258f855 commit 2477a49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ac5881aefc2dab8b3535c2e44fee6628acaf787
refs/heads/master: 5206d6ec36e2c66090c3c02c95b8d70c356a9ad3
8 changes: 7 additions & 1 deletion trunk/drivers/media/video/cx23885/cx23885-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,13 @@ void cx23885_gpio_setup(struct cx23885_dev *dev)
/* GPIO-15-18 cx23417 READY, CS, RD, WR */
/* GPIO-19 IR_RX */

cx_set(GP0_IO, 0x00040004); /* Bring the tuner out of reset */
/* Force the TDA8295A into reset and back */
cx_set(GP0_IO, 0x00040004);
mdelay(20);
cx_clear(GP0_IO, 0x00000004);
mdelay(20);
cx_set(GP0_IO, 0x00040004);
mdelay(20);
break;
}
}
Expand Down

0 comments on commit 2477a49

Please sign in to comment.