mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
fixed tbs6916 read MAC address issue
This commit is contained in:
@@ -24,7 +24,7 @@ struct tbsecp3_board tbsecp3_boards[] = {
|
||||
.adapters = 16,
|
||||
.i2c_speed = 39,
|
||||
.eeprom_i2c = 1,
|
||||
.eeprom_addr = 0x00,
|
||||
.eeprom_addr = 0x02,
|
||||
.adap_config = {
|
||||
{
|
||||
.ts_in = 0,
|
||||
|
@@ -1090,6 +1090,8 @@ static struct stid135_cfg tbs6916_stid135_cfg[] = {
|
||||
.set_voltage = max_set_voltage,
|
||||
.write_properties = ecp3_spi_write,
|
||||
.read_properties = ecp3_spi_read,
|
||||
.write_eeprom = ecp3_eeprom_write,
|
||||
.read_eeprom = ecp3_eeprom_read,
|
||||
.set_TSsampling = NULL,
|
||||
.set_TSparam = NULL,
|
||||
.vglna =false,
|
||||
|
Reference in New Issue
Block a user