diff options
author | Peter Griffin | 2015-07-30 14:08:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2015-08-11 15:57:21 -0300 |
commit | 179dd8c0348af75b02c7d72eaaf1cb179f1721ef (patch) | |
tree | a0cfe45480f3b8dd428872de8a7db2933ae56516 /include/dt-bindings | |
parent | 548146fbbc120404b716f548dc3183b41735aec5 (diff) |
[media] c8sectpfe: Add DT bindings documentation for c8sectpfe driver
This patch adds the DT bindings documentation for the c8sectpfe LinuxDVB
demux driver whose IP is in the STiH407 family silicon SoC's.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/media/c8sectpfe.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dt-bindings/media/c8sectpfe.h b/include/dt-bindings/media/c8sectpfe.h new file mode 100644 index 000000000000..a0b5c7be683c --- /dev/null +++ b/include/dt-bindings/media/c8sectpfe.h @@ -0,0 +1,12 @@ +#ifndef __DT_C8SECTPFE_H +#define __DT_C8SECTPFE_H + +#define STV0367_TDA18212_NIMA_1 0 +#define STV0367_TDA18212_NIMA_2 1 +#define STV0367_TDA18212_NIMB_1 2 +#define STV0367_TDA18212_NIMB_2 3 + +#define STV0903_6110_LNB24_NIMA 4 +#define STV0903_6110_LNB24_NIMB 5 + +#endif /* __DT_C8SECTPFE_H */ |