aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJavier Martinez Canillas <[email protected]>2020-03-12 11:31:44 +0100
committerMauro Carvalho Chehab <[email protected]>2020-03-12 16:35:59 +0100
commita080a92a6f89e716b8a264f6b93123b41a1c004c (patch)
tree963bf935d726777e94681efff0cd11a7c75df254 /include
parentdfc22c073b78f5379d6cf38e9819d03451f68f8c (diff)
media: partial revert of "[media] tvp5150: add HW input connectors support"
Commit f7b4b54e6364 ("[media] tvp5150: add HW input connectors support") added input signals support for the tvp5150, but the approach was found to be incorrect so the corresponding DT binding commit 82c2ffeb217a ("[media] tvp5150: document input connectors DT bindings") was reverted. This left the driver with an undocumented (and wrong) DT parsing logic, so lets get rid of this code as well until the input connectors support is implemented properly. It's a partial revert due other patches added on top of mentioned commit not allowing the commit to be reverted cleanly anymore. But all the code related to the DT parsing logic and input entities creation are removed. Suggested-by: Laurent Pinchart <[email protected]> Signed-off-by: Javier Martinez Canillas <[email protected]> Acked-by: Laurent Pinchart <[email protected]> [[email protected]: rm TVP5150_INPUT_NUM define] Signed-off-by: Marco Felsch <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/media/tvp5150.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/media/tvp5150.h b/include/dt-bindings/media/tvp5150.h
index 01eedf4985b8..dda00c038530 100644
--- a/include/dt-bindings/media/tvp5150.h
+++ b/include/dt-bindings/media/tvp5150.h
@@ -14,8 +14,6 @@
#define TVP5150_COMPOSITE1 1
#define TVP5150_SVIDEO 2
-#define TVP5150_INPUT_NUM 3
-
/* TVP5150 HW outputs */
#define TVP5150_NORMAL 0
#define TVP5150_BLACK_SCREEN 1