Skip to content

Conversation

Carlian275
Copy link

Added the README file for the ADF4371 driver.

Modified the sphinx drivers_doc.rst file to add the corresponding source.

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have followed the Coding style guidelines
  • I have complied with the Submission Checklist
  • I have performed a self-review of the changes
  • I have commented my code, at least hard-to-understand parts
  • I have build all projects affected by the changes in this PR
  • I have tested in hardware affected projects, at the relevant boards
  • I have signed off all commits from this PR
  • I have updated the documentation (wiki pages, ReadMe etc), if applies

struct adf4371_init_param adf4371_param = {
.spi_init = &clkchip_spi_init_param,
.spi_3wire_enable = true,
.clkin_frequency = 500000000,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly double check this init frequency value

Added the README file for the ADF4371 driver.

Modified the sphinx drivers_doc.rst file to add the corresponding
source.

Added changes based on reviewer's comments.

Signed-off-by: Carl Ian Gamutan <[email protected]>
@Carlian275 Carlian275 force-pushed the adf4371-driver-readme branch from 89a1631 to a428b51 Compare October 17, 2025 03:25
@Carlian275
Copy link
Author

Hi @cjones-adi!
I've removed the extra 0 from the init frequency value.
Thank you!

@Carlian275 Carlian275 requested a review from cjones-adi October 17, 2025 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants