Other Parts Discussed in Thread: AM62A7
Hello TI expert,
I am working on custom board referenced of am62a7-q1 EVM board.
we are using 9.02 sdk yocto build.
board configuration :-
- SOC(am62a7) ---> Deserializer(ub960) ---> Camera (serializer(ub953) & ov2311) (non-synchronous mode).
- SOC(am62a7) ---> Deserializer(ub960) ---> Camera (serializer(ub953) & imx390) (synchronous mode).
Q. Is there any driver support for the image sensor ov2311. in yocto build we have the driver of ov2312.
Q. Serializer driver is not supporting non-synchronous mode only support synchronous mode. could you provide the non-synchronous mode driver for that.
i have used the existing driver but in this i am geeting some below issues:-
- we are getting the alias address of serializer and camera sensor are same in ds90ub960 deserializer register after driver init.
Register dump of Deserializer(UB960)

in our case both alias addresses are 0x76.
2. After init (root), camera is not detected.
i have tried with both the camera (imx390 & ov2311) devices tree overlay.
in both the camera i have not detected the camera.
Q. How we can set different alias address for serializer and camera sensor. i have attached devices tree overlay also. i have modified device tree overlays as per our board.










