diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-31 22:25:39 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 02:31:59 +0300 |
commit | 38f5ddc1bf12887c0abe287de359e853e12fcc19 (patch) | |
tree | 314e80c1da8afe070e28eb3427f89947b0397d05 /drivers/media/video/cx231xx/cx231xx.h | |
parent | 2f86138706d3b5c85a69e72ca2959717372386dd (diff) | |
download | linux-38f5ddc1bf12887c0abe287de359e853e12fcc19.tar.xz |
[media] cx231xx: Allow some boards to not use I2C port 3
Some devices don't need to use it. So allow to just disable this logic.
Having it enabled on some devices cause power management to complain,
generating error -71.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h index b72503d625b5..e1c222b05204 100644 --- a/drivers/media/video/cx231xx/cx231xx.h +++ b/drivers/media/video/cx231xx/cx231xx.h @@ -357,6 +357,7 @@ struct cx231xx_board { unsigned int valid:1; unsigned int no_alt_vanc:1; unsigned int external_av:1; + unsigned int dont_use_port_3:1; unsigned char xclk, i2c_speed; |