Check if SSC is on or off

I followed the threads [1][2] on disabling the Spread Spectrum Clocking (SSC) for PCIe by patching the .dtb files as close as possible and I now re-flashed one of our Orin Developer Kits using the SDK manager.
I did this on request of a colleague, so I’m not into all the details where this was an issue.
However, is there a simple way to check whether SSC is enabled or disabled for a given clock (e.g. TEGRA234_CLK_PLLE, TEGRA234_CLK_PLLNVHS, TEGRA234_CLK_PLLGBE) during runtime, preferrably via a console command?

Thanks!

[1] How to disable Spread Spectrum Clocking(SSC) on Orin - Jetson & Embedded Systems / Jetson AGX Orin - NVIDIA Developer Forums
[2] Trying to disable PCIe spread spectrum clocking in Orin – cannot find definitions for TEGRA234_CLK_PLLNVHS, etc - Jetson & Embedded Systems / Jetson AGX Orin - NVIDIA Developer Forums

Please refer to the TRM for the detail info of these 3 registers.

CLK_RST_CONTROLLER_PLLE_SS_CNTL
CLK_RST_CONTROLLER_PLLNVHS_SS_CNTL_0
CLK_RST_CONTROLLER_PLLGBE_SS_CNTL_0

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.