Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC - fix RTC alias for 6.1.x kernel series #232

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tim-seoss
Copy link

DRAFT - RFC

This device tree overlay (and also various others in the tree which have been derived from it) assign the alias rtc1 to the SoC realtime clock via its device tree path - this makes Debian and the kernel do the right thing with a fully functioning rtc at /dev/rtc0. Between the 4.19.x kernel series and the 6.1.x kernel series, the path for this changed from /ocp/rtc@44e3e000 to /ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0.

This change breaks backward compatibility. The parent device tree path: /__symbols__/rtc points to the correct path in both kernel series, but I don't think it's possible to utilise this in a devicetree overlay.

@tim-seoss tim-seoss changed the title DRAFT: RFC - fix RTC alias for 6.1.x kernel series RFC - fix RTC alias for 6.1.x kernel series Jan 11, 2024
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.

1 participant