diff options
author | Abylay Ospan <aospan@netup.ru> | 2016-03-22 19:20:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-06-07 12:08:12 -0300 |
commit | 83808c23e51a61f06f465dce8cb63dbac8d422f1 (patch) | |
tree | 47808c245b0ab34babe0fce07eb078b8212c01b5 /drivers/media/dvb-frontends/cxd2841er_priv.h | |
parent | 2dc1ed4edbac1d08e5bb73ae4a00a592011bde64 (diff) | |
download | linux-next-83808c23e51a61f06f465dce8cb63dbac8d422f1.tar.gz |
[media] Add support Sony CXD2854ER demodulator
CXD2854ER is identical to CXD2841ER except ISDB-T/S added.
New method 'cxd2841er_attach_i' is added
xtal frequency now configurable. Available options:
20.5MHz, 24MHz, 41MHz
Signed-off-by: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/cxd2841er_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/cxd2841er_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/cxd2841er_priv.h b/drivers/media/dvb-frontends/cxd2841er_priv.h index 33e2f495277b..0bbce451149f 100644 --- a/drivers/media/dvb-frontends/cxd2841er_priv.h +++ b/drivers/media/dvb-frontends/cxd2841er_priv.h @@ -26,6 +26,7 @@ #define I2C_SLVT 1 #define CXD2841ER_CHIP_ID 0xa7 +#define CXD2854ER_CHIP_ID 0xc1 #define CXD2841ER_DVBS_POLLING_INVL 10 |