From: Srinivas Kandagatla <[email protected]> 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] Reviewed-by: Archit Taneja <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Signed-off-by: John Stultz <[email protected]> --- drivers/gpu/drm/bridge/adv7511/adv7533.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/adv7511/adv7533.c b/drivers/gpu/drm/bridge/adv7511/adv7533.c index d7f7b7c..8b21037 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 = { -- 2.7.4

