Commit 2dcd4e47 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

V4L/DVB (9143): af9015: fix wrong GPIO

- fix wrong GPIO that causes 2nd FE not to work ater warmboot

Thanks to Andrew Williams <andrew.williams@joratech.com> for reporting this.
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 0f77c3a4
...@@ -54,7 +54,6 @@ static struct af9013_config af9015_af9013_config[] = { ...@@ -54,7 +54,6 @@ static struct af9013_config af9015_af9013_config[] = {
.output_mode = AF9013_OUTPUT_MODE_USB, .output_mode = AF9013_OUTPUT_MODE_USB,
.api_version = { 0, 1, 9, 0 }, .api_version = { 0, 1, 9, 0 },
.gpio[0] = AF9013_GPIO_HI, .gpio[0] = AF9013_GPIO_HI,
.gpio[1] = AF9013_GPIO_LO,
.gpio[3] = AF9013_GPIO_TUNER_ON, .gpio[3] = AF9013_GPIO_TUNER_ON,
}, { }, {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment