]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:57 +0000 (08:35 +0200)
commit0fe8960977b52ce66e59a92620e4761a725ba5f3
tree8207e938f0aee4a37e7aab729938012200d103ad
parent7a8c36a454fac8b3262b50048e0d67520978fb6c
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.

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