summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-06-01 12:22:05 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-06-02 10:00:09 -0700
commit82dff5779d3d3fa24d9df9317718828a52ad5294 (patch)
tree01dcc8a88e8a7a1ba5ac33db9e3677fd4ef79ef2 /drivers
parent7d8e9091ab378fa8ef497403e207e41359661477 (diff)
sensor_clock: Nitrogen6x and Nitrogen6x-Lite have same clock configuration as SABRE Lite
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/capture/sensor_clock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/mxc/capture/sensor_clock.c b/drivers/media/video/mxc/capture/sensor_clock.c
index 1c70346d3335..3e4eb764da0d 100644
--- a/drivers/media/video/mxc/capture/sensor_clock.c
+++ b/drivers/media/video/mxc/capture/sensor_clock.c
@@ -50,6 +50,10 @@ void set_mclk_rate(uint32_t *p_mclk_freq, uint32_t csi)
if (csi == 0) {
if (machine_is_mx6q_sabrelite()
||
+ machine_is_mx6_nitrogen6x()
+ ||
+ machine_is_mx6_nit6xlite()
+ ||
machine_is_mx6_oc())
mclk = "clko2_clk";
else