IntelRealSense / realsense_mipi_platform_driver

Intel® RealSense™ camera driver for GMSL* interface
GNU General Public License v2.0
15 stars 12 forks source link

Are the tegra_sinterface and port_index incorrect? #163

Closed sancAslan closed 6 months ago

sancAslan commented 1 year ago

In the modification to the device tree the tegra_sinterface for device d4m1 is set to "serial_e" (line 267) but the corresponding CSI channel endpoint is set to port-index = <0> (line 451) which corresponds to "serial _a" on the Xavier.

How are the drivers receiving RGB data in this case?

dmipx commented 1 year ago

As you can trace, from line L253: i2c@1->d4m1->ports->port@0->port-index = <1>;

We have a fix for that on this commit Fix same debugfs port-index warning Looks like it affects debugfs only.