Skip to content

Conversation

@dlech
Copy link
Collaborator

@dlech dlech commented Oct 23, 2025

We recently did some backports from upstream for the ad7124 driver. These got automatically copied to the rpi-6.12.y branch. However, there are some devicetree overlays that only exist in the rpi branch. So we need one more patch to fix those up.

PR Description

The upstream devicetree binding deprecated using clock-names = "mclk"; as this is an internal clock, not an external one. Remove this from the AD7124 overlays since the ad7124 driver no longer requires it.

Also use generic node names for the adc nodes while we are cleaning things up.

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

@nunojsa
Copy link
Collaborator

nunojsa commented Oct 31, 2025

@dlech, Unfortunately we had to force push the rpi branch (I know, I know...) . Could you please update this PR on top of it?

The upstream devicetree binding deprecated using `clock-names = "mclk";`
as this is an internal clock, not an external one. Remove this from the
AD7124 overlays since the ad7124 driver no longer requires it.

Also use generic node names for the adc nodes while we are cleaning
things up.

Signed-off-by: David Lechner <[email protected]>
@dlech dlech force-pushed the adi-rpi-ad7124-backport branch from 3cc0592 to 3269610 Compare November 14, 2025 20:15
@dlech
Copy link
Collaborator Author

dlech commented Nov 14, 2025

rebased

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