Hi
About 2 years ago, I implemented ltx6911uxc mipi driver on L4T and dts files tegra210-camera-rbpcv2-dual-lt6911uxc.dtsi tegra210-porg-camera-rbpcv2-dual-lt6911uxc.dtsi on Jetson Xavier .
We got the driver from Nvidia using this forum.
Now, We want to work with another hdmi to mipi chip of ITE it6616 .
The ITE company send us linux driver (worked on Raspberi platform).
They did not implemented it on Nvidia Jetson.
I want to ask a several general questions regard this device:
1. Does Nvidia has experience with that chip, or any dts/dtsi to add it to L4T device tree? Can you send/direct it to me.
2. Does Nvidia has info if there is customers that implemented it to jetson ?
3. If the former question are no and I want to add it to L4T and V4L2 , beside add the custom linux driver - can I adapt the DTS files from lt6911uxc or rbpcv2-imx219 as a template and to be similar ,in order to connect the driver to the V4l2 camera module and CSI endpoints wired into nvcsi + vi?
I mean to take the lt6911uxc dts files and adapt them to the new device (and also porg dts files) with name such “compatible = ite,it6616” for probe, and for DTS wire - change name of camera and porg files (such dts files tegra210-camera-rbpcv2-dual-lt6911uxc.dtsi tegra210-porg-camera-rbpcv2-dual-lt6911uxc.dtsi) and adapt the content to the new driver and i2c?
Is that procedure is the steps to apply it at Jetson ?
Regards
Yehuda