MA-6918 - [Android_MX6SX_SD] Camera: Video recorded by on board camera

OV5640 is only 4fps. 100%

The csi clock is only 8M, should be 24M.

In ov5640_probe, The csi clock should not enabled before set it's rate.
But the clock is enabled in vadc_probe.

Schedule the sequence of vadc and ov5640 in Makefile, so the ov5640 is
loaded before vadc.

Signed-off-by: fang hui <b31070@freescale.com>
1 file changed