Tool/software: Linux
Hello.
I work with am5728-evm board and linux version "4.9.65-rt23-g7069a470d5" on this board.
I connectd TVP5146 like image blew on my board and i want to show something of camera in LCD of my board !
in config of kernel CONFIG_VIDEO_TVP514X set to "m" and in device tree :
&i2c5 {
tvp514x@5D {
compatible = "ti,tvp5416";
reg = <0x5D>;
port {
tvp514x_1: endpoint {
remote-endpoint = <&vin3a>;
};
};
};
};
&vip2 {
status = "okay";
};
&vin3a {
status = "okay";
endpoint {
slave-mode;
remote-endpoint = <&tvp514x_1>;
};
};
after these settings, i dont see any videoN on /dev/ path!
when I cat uevent of i2c:
root@am57xx-evm:~# cd /sys/bus/i2c/devices/i2c-4/4-005d/
root@am57xx-evm:/sys/bus/i2c/devices/i2c-4/4-005d# cat uevent
OF_NAME=tvp514x
OF_FULLNAME=/ocp/i2c@4807c000/tvp514x@5D
OF_COMPATIBLE_0=ti,tvp5416
OF_COMPATIBLE_N=1
MODALIAS=i2c:tvp5416
root@am57xx-evm:/sys/bus/i2c/devices/i2c-4/4-005d#