summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-05-20 12:18:34 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-06-02 10:00:08 -0700
commite49bc07266165e9d94ee64dc63c5ff794b30fede (patch)
tree7e346bff863cf1c559718694e422747674203582 /drivers
parent2fc4010ebccd0a39ff0b312696f0163363587d63 (diff)
mx6_oc: initial addition of board files
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/capture/sensor_clock.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/capture/sensor_clock.c b/drivers/media/video/mxc/capture/sensor_clock.c
index 150659fa5dc0..1c70346d3335 100644
--- a/drivers/media/video/mxc/capture/sensor_clock.c
+++ b/drivers/media/video/mxc/capture/sensor_clock.c
@@ -48,7 +48,9 @@ void set_mclk_rate(uint32_t *p_mclk_freq, uint32_t csi)
}
} else if (cpu_is_mx6q() || cpu_is_mx6dl()) {
if (csi == 0) {
- if (machine_is_mx6q_sabrelite())
+ if (machine_is_mx6q_sabrelite()
+ ||
+ machine_is_mx6_oc())
mclk = "clko2_clk";
else
mclk = "clko_clk";