set_mclk_rate for CSI1 on mx6q

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

set_mclk_rate for CSI1 on mx6q

598 Views
andy_woo
Contributor I

the code below is from sensor_clock.c from latest SabreSD bsp.

Can anybody tell me how to mod this function when using CSI1.

} else if (cpu_is_mx6q() || cpu_is_mx6dl()) {
if (csi == 0) {
if (machine_is_mx6q_sabrelite())
mclk = "clko2_clk";
else
mclk = "clko_clk";
} else {
pr_err("invalid csi num %d\n", csi);
return;
};
Labels (2)
0 Kudos
Reply
1 Reply

475 Views
CarlosCasillas
NXP Employee
NXP Employee

jaimeignacioperezdelossantos, could you please comment?

0 Kudos
Reply