mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 10:01:25 +00:00
V4L/DVB (4918): Budget-av: Add delay for frontend power-on
Added a delay to give the frontend a little bit time for power-on. Signed-off-by: Hartmut Birr <e9hack@googlemail.com> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
4207700d9b
commit
740cf9e15e
1 changed files with 3 additions and 0 deletions
|
@ -952,6 +952,9 @@ static void frontend_init(struct budget_av *budget_av)
|
||||||
/* Enable / PowerON Frontend */
|
/* Enable / PowerON Frontend */
|
||||||
saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
|
saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
|
||||||
|
|
||||||
|
/* Wait for PowerON */
|
||||||
|
msleep(100);
|
||||||
|
|
||||||
/* additional setup necessary for the PLUS cards */
|
/* additional setup necessary for the PLUS cards */
|
||||||
switch (saa->pci->subsystem_device) {
|
switch (saa->pci->subsystem_device) {
|
||||||
case SUBID_DVBS_KNC1_PLUS:
|
case SUBID_DVBS_KNC1_PLUS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue