]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00243315-3 MXC V4L2 Capture:Remove unnecessary mclk setting
authorLiu Ying <Ying.Liu@freescale.com>
Fri, 8 Mar 2013 08:44:41 +0000 (16:44 +0800)
committerLiu Ying <Ying.Liu@freescale.com>
Mon, 17 Mar 2014 03:41:10 +0000 (11:41 +0800)
commit3e67a6ae4473736e3d6d3784f03a1dc78c37e739
tree9c3722e918fb4ed6564878c485027d2785069180
parent74135f03031d74eff516d61f20c3cf86894d99da
ENGR00243315-3 MXC V4L2 Capture:Remove unnecessary mclk setting

commit f8e1a3bb62eecf93a31a51c4dbe08a0214fa1d57 added a hard
coding for csi_parma.mclk setting to 27MHz. The comment added by
that commit is totally wrong by telling that csi_param.mclk
would be a kind of 'pixel clock' set in 'csi_data_dest' register.
This patch removes the unnecessary mclk setting for csi_param.mclk
variable, since it is only valid for CSI test mode.

Conflicts:

drivers/media/video/mxc/capture/mxc_v4l2_capture.c

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
(cherry picked from commit bb5afd554c50b639f1e1b94481b24f35ae8c4dc5)
drivers/media/platform/mxc/capture/mxc_v4l2_capture.c