-
Notifications
You must be signed in to change notification settings - Fork 247
cherry pick pd refactor for ncs 3.1 branch #501
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
cherry pick pd refactor for ncs 3.1 branch #501
Conversation
| */ | ||
|
|
||
| &gdpwr { | ||
| status = "disabled"; |
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 indent is wrong and not using tabs incredible github has globally changed the tab indent size to 4, even if you had it set at 8, thanks for that worthless annoying change...
a4e5cc4 to
140b431
Compare
The nrf54h20 power domains are forced on at boot, no need to enable them or their drivers unless they are to be managed further within the bootloader. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 37bc4aa)
This reverts commit c872f6a. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
The nrf54h20dk no longer has the variant "iron". "iron" has become the default so the name of the target is now just nrf54h20dk_nrf54h20_cpuapp. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 2969058)
Added basic support for nrf54h20dk_nrf54h20_cpuapp_iron board. This commit turns off CONFIG_FPROTECT for this board build. Signed-off-by: Michal Kozikowski <[email protected]> (cherry picked from commit b404bb1)
140b431 to
1d5ab4a
Compare
|
79aa437
into
nrfconnect:ncs-v3.1-branch



cherry pick pd refactor for ncs 3.1 branch