aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/dvb-pll.h
diff options
context:
space:
mode:
authorAkihiro Tsukada <tskd08@gmail.com>2018-04-08 13:39:49 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-05 07:19:32 -0400
commit648db06dd990542a04c87e6ba15a8893cda273a2 (patch)
tree9834c1f4d0bcc03cea684de6e4b61fe014c7f990 /drivers/media/dvb-frontends/dvb-pll.h
parentmedia: dvb-usb-v2/gl861: ensure USB message buffers DMA'able (diff)
downloadlinux-dev-648db06dd990542a04c87e6ba15a8893cda273a2.tar.xz
linux-dev-648db06dd990542a04c87e6ba15a8893cda273a2.zip
media: dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_desc
This patch adds a PLL "description" of Philips TDA6651 for ISDB-T. It was extracted from (the former) va1j5jf8007t.c of EarthSoft PT1, thus the desc might include PT1 specific configs. Signed-off-by: Akihiro Tsukada <tskd08@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/dvb-frontends/dvb-pll.h')
-rw-r--r--drivers/media/dvb-frontends/dvb-pll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/dvb-pll.h b/drivers/media/dvb-frontends/dvb-pll.h
index 7555407c2cc3..973a66a82e27 100644
--- a/drivers/media/dvb-frontends/dvb-pll.h
+++ b/drivers/media/dvb-frontends/dvb-pll.h
@@ -30,6 +30,7 @@
#define DVB_PLL_TDEE4 18
#define DVB_PLL_THOMSON_DTT7520X 19
#define DVB_PLL_TUA6034_FRIIO 20
+#define DVB_PLL_TDA665X_EARTH_PT1 21
struct dvb_pll_config {
struct dvb_frontend *fe;