cam_mclk vs extperiph on X2 R27.1

I’m seeing in 27.1 that the reference ov5693 dts files now set the master clock to extperiph1 instead of previously on the x1 where it was being set to cam_mclk1.

Also there doesn’t seem to be a define for cam_mclk* located in the tegra186-clock.h file.

Lastly the sample driver ov5693.c and its function ov5693_power_get() still references “cam_mclk1”.

If I want to use the cam_mclks (pins F8 and F9) as my input master clock for my MIPI device, is there something special i need to do in the dts files?

Hi
For TX2 you can modify the DT as extperiph’x’ as CAM’x’_MCLK.

CAM0_MCLK F9 EXTPERIPH1_CLK
CAM1_MCLK F8 EXTPERIPH2_CLK