]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
drm: xilinx: dp_sub: Clear the audio reset
authorHyun Kwon <hyun.kwon@xilinx.com>
Thu, 9 Mar 2017 16:51:53 +0000 (08:51 -0800)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 10 Mar 2017 09:28:35 +0000 (10:28 +0100)
commit1d23f835e441a0271cc64a4ce959d39546fb55ea
tree91d1d113dbddcebf0cff0b4549b270a2c530ca45
parent764c694f2375e96a6f5834c1d3783c1fb1baebdc
drm: xilinx: dp_sub: Clear the audio reset

The audio soft reset register is non-reset flop, and it doesn't get
reset to the default value. So the register needs to be probrammed
explicitly to be specific value. Otherwise, the value varies between
parts, which was resulting in audio not working on specific parts.

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/xilinx/xilinx_drm_dp_sub.c