Hello,
According to the Sensor Software Driver Programming - Device Properties, the maximum frequency of extperiph1 is 24 MHz.
Well, I took a Jetson, flashed it with the Nvidia SDK, boot, and then run the command:
cat /sys/kernel/debug/bpmp/debug/clk/extperiph1/rate
The output is 37090909, as in, ~37.1 MHz. If I run:
cat /sys/kernel/debug/bpmp/debug/clk/extperiph1/max_rate
The output is also 37090909.
Based on this, I’m led to believe that 37.1 MHz is the default value for extperiph1.
I’m aware that this topic is partly related to Maximum output frequency of CAM0_MCLK and Master clock question on CSI interface, but they do not answer the questions:
- Why is the default value 37.1 MHz?
- Can the default be changed?
- Why is extperiph1 being set (by default) to a value larger than the documented maximum of 24 MHz?
