drm/bridge: adv7511: add support for the 2nd chip
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Mon, 5 Sep 2016 19:43:17 +0000 (22:43 +0300)
committerArchit Taneja <architt@codeaurora.org>
Mon, 12 Sep 2016 07:50:43 +0000 (13:20 +0530)
commitd25a4cbba4b9da7c2d674b2f8ecf84af1b24988e
tree75820a5ee36f32a68a54d2933be42379555c0de9
parentdec90ea1456b5a5d990d94ade2e45a2457cfd149
drm/bridge: adv7511: add support for the 2nd chip

The Renesas Wheat board has 2 ADV7513 chips on the same I2C bus, however
the ADV751x driver only supports 1 chip as it tries to assign the packet/
EDID/CEC memory I2C devices to the fixed I2C addresses. Assign these I2C
addresses at the fixed offsets (derived from the programming guide) from
the main register map address instead.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1580212.O1LYdJFM97@wasted.cogentembedded.com
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
drivers/gpu/drm/bridge/adv7511/adv7533.c