]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
drm/i2c: adv7511: Enable the audio data and clock pads on adv7533
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Fri, 17 Apr 2015 12:25:01 +0000 (13:25 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Sep 2017 16:19:06 +0000 (18:19 +0200)
This patch enables the Audio Data and Clock pads to the adv7533 bridge.
Without this patch audio can not be played.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
drivers/gpu/drm/i2c/adv7511.c

index bbcda466184b3e31917afdd1bb02a0e775b65631..6f2c32c2be4f44ecce52c311649595bcafe338ea 100644 (file)
@@ -57,6 +57,7 @@ static const struct reg_default adv7533_cec_fixed_registers[] = {
        { 0x17, 0xd0 },
        { 0x24, 0x20 },
        { 0x57, 0x11 },
+       { 0x05, 0xc8 },
 };
 
 /* -----------------------------------------------------------------------------