We are using the android oreo and ov5640 sensor with Am5728.
We tried to load the default ov5640 and ov1063x drivers. The driver probes successfully. But we couldn't get the device node.
dtb of the sensor:
ov5640@3c {
compatible = "ovti,ov5640";
/*clock-names = "xvclk";*/
clocks = <&clk_ov10635_fixed>;
/*clocks = <0x0000024c>;*/
clock-names = "xvclk";
/*powerdown-gpios = <&gpio5 11 GPIO_ACTIVE_HIGH>;*/
reg = <0x3c>;
/*reset-gpios = <&gpio4 17 GPIO_ACTIVE_HIGH>;*/
port {
cam: endpoint {
hsync-active = <1>;
pclk-sample = <1>;
remote-endpoint = <&vin3a>;
vsync-active = <1>;
};
};
}