Hi,
we continuing moving our board (imx27) to the devicetree implementation,
and find nothing howto deal with the ov2640 connect via i2c(0x30) and CSI
interface to the Freescale SoC.
Here is what I did:
&i2c1 {
status = "okay";
clock-frequency = <400000>;
cmos@30 {
compatible = "omni,ov2640";
reg = <0x30>;
};
};
but when I boot the kernel, ov2640 complains about missing platform data.
--
Regards
Chris
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html