]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i2c: adv7511: Initial support for adv7533
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 8 Jul 2015 06:57:05 +0000 (12:27 +0530)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:42 +0000 (09:54 +0000)
commit2289044f1ebbba5a68aa679558236b546928eb90
tree0bcbbb25cb5e22b469d09ab7bac777ec675b929f
parent3795f2d7d0055c8233376467cbfdd5da893ade5d
drm/i2c: adv7511: 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 blocks.

Use DT compatible strings to populate the adv7533 type enum. Add minimal
register configurations belonging to the DSI/CEC register map.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
drivers/gpu/drm/i2c/adv7511.c