summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bridge/adv7511/Makefile
diff options
context:
space:
mode:
authorArchit Taneja <architt@codeaurora.org>2016-06-15 16:24:03 +0530
committerArchit Taneja <architt@codeaurora.org>2016-07-13 14:24:36 +0530
commit2437e7cd88e8781cef5fd2c254c85aa62b305d04 (patch)
tree20aaa4e633fe815a1857b31079ece376d32a9667 /drivers/gpu/drm/bridge/adv7511/Makefile
parentf0bfcc22d9822947b0ad3095e8363eab5261864c (diff)
downloadlinux-2437e7cd88e8781cef5fd2c254c85aa62b305d04.tar.bz2
drm/bridge: adv7533: Initial support for ADV7533
ADV7533 is a DSI to HDMI encoder chip. It is a derivative of ADV7511, with additional blocks to translate input DSI data to parallel RGB data. Besides the ADV7511 I2C register map, it has additional registers that require to be configured to activate the DSI Rx block. Create a new config that enables ADV7533 support. Use DT compatible strings to populate the ADV7533 type enum. Add minimal register configurations belonging to the DSI/CEC register map. Keep the ADV7533 code in a separate file. Originally worked on by Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Archit Taneja <architt@codeaurora.org>
Diffstat (limited to 'drivers/gpu/drm/bridge/adv7511/Makefile')
-rw-r--r--drivers/gpu/drm/bridge/adv7511/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/adv7511/Makefile b/drivers/gpu/drm/bridge/adv7511/Makefile
index 692f83a07b64..9019327fff4c 100644
--- a/drivers/gpu/drm/bridge/adv7511/Makefile
+++ b/drivers/gpu/drm/bridge/adv7511/Makefile
@@ -1,2 +1,3 @@
adv7511-y := adv7511_drv.o
+adv7511-$(CONFIG_DRM_I2C_ADV7533) += adv7533.o
obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511.o