]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:44 +0000 (09:54 +0000)
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 },
 };
 
 /* -----------------------------------------------------------------------------