-
Notifications
You must be signed in to change notification settings - Fork 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
dts: st: stm32u5: restore correct clocks
on multi-bit devices
#85874
dts: st: stm32u5: restore correct clocks
on multi-bit devices
#85874
Conversation
During the transition to STM32_CLOCK macro (in 57723cf), the `clocks` property of peripherals requiring more than one bit to be set were mistakenly modified. Commit 2c3294b partially fixed these errors, but some nodes for the U5 series are still wrong. Restore `clocks` on affected devices in corresponding STM32U5 DTSI. Fixes: 57723cf Signed-off-by: Mathieu Choplain <[email protected]>
FTR, pre- zephyr/dts/arm/st/u5/stm32u5.dtsi Lines 303 to 310 in 79cf84c
zephyr/dts/arm/st/u5/stm32u595.dtsi Lines 101 to 113 in 79cf84c
|
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.
Thanks for taking care of this.
I am realizing now - too late 😢 - that f72ef5c accidentally(?) fixed the error in The backup SRAM node was definitely wrong though. |
During the transition to STM32_CLOCK macro (in 57723cf), the
clocks
property of peripherals requiring more than one bit to be set were mistakenly modified. Commit 2c3294b partially fixed these errors, but some nodes for the U5 series are still wrong.Restore
clocks
on affected devices in corresponding STM32U5 DTSI.Fixes: 57723cf