mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
fixed an issue where 6504h's adapter 1 can not control LNB voltage
This commit is contained in:
@@ -62,9 +62,9 @@ struct tbsecp3_board tbsecp3_boards[] = {
|
||||
.ts_in = 1,
|
||||
.i2c_bus_nr = 0,
|
||||
.gpio.lnb_power.lvl = TBSECP3_GPIODEF_HIGH,
|
||||
.gpio.lnb_power.nr = TBSECP3_GPIO_PIN(2, 2),
|
||||
.gpio.lnb_power.nr = TBSECP3_GPIO_PIN(1, 2),
|
||||
.gpio.lnb_voltage.lvl = TBSECP3_GPIODEF_HIGH,
|
||||
.gpio.lnb_voltage.nr = TBSECP3_GPIO_PIN(2, 1),
|
||||
.gpio.lnb_voltage.nr = TBSECP3_GPIO_PIN(1, 1),
|
||||
},
|
||||
{
|
||||
.ts_in = 2,
|
||||
|
Reference in New Issue
Block a user