aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Kandagatla <[email protected]>2016-11-28 17:22:32 -0800
committerArchit Taneja <[email protected]>2016-11-29 09:48:54 +0530
commitb2383fa3592061cda53b1650bf538b1d82add816 (patch)
treec228e4bbd697cee5311465812d4c1fd2dccf2703
parent53c515befe2864173ac5acb5c248587ce24d245e (diff)
drm/bridge: adv7511: Enable the audio data and clock pads on adv7533
This patch enables the Audio Data and Clock pads to the adv7533 bridge. Without this patch audio can not be played. Cc: David Airlie <[email protected]> Cc: Archit Taneja <[email protected]> Cc: Laurent Pinchart <[email protected]> Cc: Wolfram Sang <[email protected]> Cc: Srinivas Kandagatla <[email protected]> Cc: "Ville Syrjälä" <[email protected]> Cc: Boris Brezillon <[email protected]> Cc: Andy Green <[email protected]> Cc: Dave Long <[email protected]> Cc: Guodong Xu <[email protected]> Cc: Zhangfei Gao <[email protected]> Cc: Mark Brown <[email protected]> Cc: Lars-Peter Clausen <[email protected]> Cc: Jose Abreu <[email protected]> Cc: Kuninori Morimoto <[email protected]> Cc: [email protected] Signed-off-by: Srinivas Kandagatla <[email protected]> Signed-off-by: John Stultz <[email protected]> Signed-off-by: Archit Taneja <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/bridge/adv7511/adv7533.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/adv7511/adv7533.c b/drivers/gpu/drm/bridge/adv7511/adv7533.c
index d7f7b7ce8ebe..8b210373cfa2 100644
--- a/drivers/gpu/drm/bridge/adv7511/adv7533.c
+++ b/drivers/gpu/drm/bridge/adv7511/adv7533.c
@@ -29,6 +29,7 @@ static const struct reg_sequence adv7533_cec_fixed_registers[] = {
{ 0x17, 0xd0 },
{ 0x24, 0x20 },
{ 0x57, 0x11 },
+ { 0x05, 0xc8 },
};
static const struct regmap_config adv7533_cec_regmap_config = {