Bayer conversion to RGB of images in Jetson NX with custom V4L2 CSI-2 sensor

Hi ShaneCCC,

The modification is mainly done in dts files to configure the sensor.
In the sensor driver, only modification we do is to force i2c register callbacks to return true (for eg) (.read_reg/.write_reg,…) as we do not control the sensor via i2c.

However the IMX273 sensor setup with NX board is similar to the post below,

Thanks,