-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
soc: arm: atmel_sam: Clock clean-up #24487
soc: arm: atmel_sam: Clock clean-up #24487
Conversation
a078c20
to
2e65925
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.
In general, I am not sure about moving SOC_ATMEL_SAM_HCLK_FREQ_HZ
and SOC_ATMEL_SAM_MCK_FREQ_HZ
to atmel_sam_dt.h
since these are not entirely derived from the device tree.
For the time being, I believe it is more advantageous to keep them in the each soc.h
, as that is more straight forward and we do not need extra ifdef
s that way.
These macros should be moved to atmel_sam_dt.h
when we do proper device tree-based clock system specification, as I previously commented.
2e65925
to
09c2457
Compare
b57770c
to
beb8919
Compare
beb8919
to
2c00629
Compare
rebase |
2c00629
to
21c84d1
Compare
@galak pls, see if your fb is addressed |
Small clock clean-up. This moves all devicetree entries on SoC to atmel_sam_dt.h. Signed-off-by: Gerson Fernando Budke <[email protected]>
21c84d1
to
f7e6f09
Compare
rebase and switch from DT_NODELABEL to DT_PATH following same approach on #24602. |
Small clock clean-up. This moves all devicetree entries on SoC to atmel_sam_dt.h.
Signed-off-by: Gerson Fernando Budke [email protected]