mirror of https://gitee.com/openkylin/linux.git
[media] cx231xx: Add IR support for Pixelview Hybrid SBTVD
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
9ab66912e0
commit
1bc25f7d6c
|
@ -411,6 +411,8 @@ struct cx231xx_board cx231xx_boards[] = {
|
||||||
.gpio_pin_status_mask = 0x4001000,
|
.gpio_pin_status_mask = 0x4001000,
|
||||||
.tuner_i2c_master = 2,
|
.tuner_i2c_master = 2,
|
||||||
.demod_i2c_master = 1,
|
.demod_i2c_master = 1,
|
||||||
|
.ir_i2c_master = 2,
|
||||||
|
.rc_map = RC_MAP_PIXELVIEW_NEW,
|
||||||
.has_dvb = 1,
|
.has_dvb = 1,
|
||||||
.demod_addr = 0x10,
|
.demod_addr = 0x10,
|
||||||
.norm = V4L2_STD_PAL_M,
|
.norm = V4L2_STD_PAL_M,
|
||||||
|
|
Loading…
Reference in New Issue