Question About CAM0_MCLK output

Excuse me, I’d like to know how to use (enable/disable) the CAM0_MCLK independent of camera apprication.
Which register should I set, or what kind of codes should I modify?
Could you please introduce reference documents or pages?

hello takashi.hayakawa.js,

please check pinmux spreadsheet, http://developer.nvidia.com/embedded/dlc/jetson-tx2-module-pinmux
this is described in the sensor device tree, and reading the property in the sensor driver.
you can check of_property_read_string() function for more details.
thanks

Thanks a lot!
It became very big help!

regards,