-
Notifications
You must be signed in to change notification settings - Fork 7.5k
drivers: ptp_clock: Add NXP NETC PTP Clock Driver #89987
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
drivers: ptp_clock: Add NXP NETC PTP Clock Driver #89987
Conversation
6d4b0c1
to
def037e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure whether this PR depends on hal_nxp fix: zephyrproject-rtos/hal_nxp#539, if yes, update hal_nxp revision in west.yml to be refs/pull/539/head, and the hal PR will be merged firstly, then merge this PR after updating hal_nxp revision.
def037e
to
107ae31
Compare
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
bde4225
to
02e5dfb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase to trigger twister building again as there are twister issues.
2a20df6
47b3a66
to
2a20df6
Compare
2a20df6
to
3edfb4e
Compare
The rust problem was discussed in TSC today. Waiting on |
I've rebased so hopefully the CI failures will be addressed. |
dts/arm/nxp/nxp_imx95_m7.dtsi
Outdated
}; | ||
enetc_ptp_clock: ptp_clock@4ccc0000 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the blank line is now missing again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was probably my fault in how I did a rebase without making sure I had the current branch. I'm going to leave this to @ZhaoQiang-b45475 to address while he address @yangbolu1991 comments.
Add Driver for NXP NETC PTP Clock device Signed-off-by: Qiang Zhao <[email protected]>
Add binding for NXP NETC PTP Clock device Signed-off-by: Qiang Zhao <[email protected]>
Added ptp_clock node on imx95 core m7 Signed-off-by: Qiang Zhao <[email protected]>
- Fix Frequency adjust issue for NETC PTP CLOCK Signed-off-by: Qiang Zhao <[email protected]>
beb3bb7
to
5d74645
Compare
|
@maass-hamburg I believe your request has been addressed. Could you reapply your +1 |
Add NETC PTP CLOCK driver