drm/bridge: adv7533: Initial support for ADV7533
authorArchit Taneja <architt@codeaurora.org>
Wed, 15 Jun 2016 10:54:03 +0000 (16:24 +0530)
committerArchit Taneja <architt@codeaurora.org>
Wed, 13 Jul 2016 08:54:36 +0000 (14:24 +0530)
commit2437e7cd88e8781cef5fd2c254c85aa62b305d04
tree20aaa4e633fe815a1857b31079ece376d32a9667
parentf0bfcc22d9822947b0ad3095e8363eab5261864c
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>
drivers/gpu/drm/bridge/adv7511/Kconfig
drivers/gpu/drm/bridge/adv7511/Makefile
drivers/gpu/drm/bridge/adv7511/adv7511.h
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
drivers/gpu/drm/bridge/adv7511/adv7533.c [new file with mode: 0644]
This page took 0.025218 seconds and 5 git commands to generate.