You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iio: hmc7044: Add debug options to bypass VCO limits and force R2 = 1
This patch introduces two new device tree properties for debugging and
special synchronization scenarios:
- adi,ignore-vco-limits: Allows bypassing the PLL2 frequency range check.
This is intended for debug purposes only and may lead to instability
across process, voltage, and temperature variations.
- adi,sync-through-pll2-force-r2-eq-1: Forces R2 divider to 1 during PLL2
calculations. This can be useful in specific sync tree
configurations requiring deterministic behavior.
Both options are guarded and default to disabled to ensure safe operation
in production environments.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Nuno Sá <nuno.sa@analog.com>
0 commit comments