Hello.
I am developing a driver for a multi csi-2 camera on AGX Xavier.
Referring to the following two dtsi:
tegra194-p2822-0000-camera-imx390-a00.dtsi
tegra194-camera-imx390-a00.dtsi
I set my clock settings like this:
mycam0 : mycam@xx {
:
mclk = “extperiph1”;
:
mode0 {
mclk_khz = “18048”;
:
But the actual output frequency was about 18.5MHz.
How do I set it to get 18.048MHz MLCK?