Existing camera ov5693 driver(SDK 28.2 on Tx1) porting on TX2 SDK 32.4.3

initially i was using SDK 24.2.1 with TX1 and using camera sensor ov5693,this sensor driver was present already but now i want to port these camera sensor on SDK 32.4.3 with TX2 but now i am seeing that V4L2 core driver has changed now in latest SDK.
I can see in camera development framework mention in nvidia site it is still same framework as mentioned in previous ov5693 sensor driver.

how to proceed further on this because in new SDK 32.4.3 i can see that lots of file has changed V4L2 core driver changed,can i get reference camera sensor driver for this version which support whatever is mentioned below.

https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fcamera_sensor_prog.html%23wwpID0E0HCB0HA

can we get help on this also want to know ov5693/imx185 all sensor driver were given in SDK 24.2.1 and 28.2 but when i see SDK 32.4.3,it is not present also same driver is not coming on latest SDK,what to take care for this.

These two driver should be in the release kernel source code.
Did you download the public_source from download center?

The driver path is …/kernel/nvidia/drivers/media/i2c/

https://developer.nvidia.com/embedded/L4T/r32_Release_v4.3/Sources/T186/public_sources.tbz2

yes i got the driver,i was referring kernel-4.9 folder instead of nvidia/driver folder .
I have to write sensor driver for OV2735 for TX2,can i take OV5693 driver as a base code and modify it.

Yes, please take ov5693 as template.