Skip to content

Conversation

@BrentK-ADI
Copy link
Collaborator

PR Description

This PR updates the AD9545 with the following:

  • Corrects a logic issue with how the slew rate limit was being set
  • Adds the ability to enable forced free run mode via a device tree property. This is intended for debug and test purposes to allow a clock output without a valid reference.

PR Type

  • Bug fix (a change that fixes an issue)
  • New feature (a change that adds new functionality)
  • Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • I have conducted a self-review of my own code changes
  • I have compiled my changes, including the documentation
  • I have tested the changes on the relevant hardware
  • I have updated the documentation outside this repo accordingly
  • I have provided links for the relevant upstream lore
Corrects a logic error when writing the slew rate limit value for
the PLLs.  Condition block incorrectly checked for a 0 value,
rather than a non-zero.

Signed-off-by: Brent Kowal <brent.kowal@analog.com>
Adds adi,force-free-run to allow the PLL(s) to be forced into free
run mode, not locking to any reference sources. It is intended that
this be used for debug and test purposes.

Signed-off-by: Brent Kowal <brent.kowal@analog.com>
@BrentK-ADI BrentK-ADI changed the title AD9545 Updates Jan 29, 2026
@BrentK-ADI BrentK-ADI marked this pull request as ready for review January 30, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant