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

[nrf fromlist] soc: nordic: nrf54l: remove configuration of DCDC regulator #2317

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 2, 2024

  1. [nrf fromlist] soc: nordic: nrf54l: remove configuration of DCDC regu…

    …lator
    
    Since nrfx 3.9 integration, configuration is executed
    in MDK SystemInit().
    
    Upstream PR #: 82268
    
    Signed-off-by: Nikodem Kastelik <[email protected]>
    nika-nordic committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5915505 View commit details
    Browse the repository at this point in the history
  2. [nrf fromlist] soc: nordic: nrf54l: add preliminary workaround for nR…

    …F54L anomaly 31
    
    This workaround will be replaced with a variant
    executed at SystemInit() level, once MDK implements it.
    
    Upstream PR #: 82268
    
    Signed-off-by: Nikodem Kastelik <[email protected]>
    nika-nordic committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0d8d7b8 View commit details
    Browse the repository at this point in the history
  3. [nrf fromlist] modules: nordic: nrfx: workaround MDK erratas symbol f…

    …or nRF54L05 & L10
    
    MDK 8.68.1 uses nRF54L15_XXAA symbol for determining whether
    given errata is applicable or not for nRF54L Series SoCs.
    This causes all erratas to be disabled for nRF54L05 and nRF54L10.
    To mitigate this DEVELOP_IN_NRF54L15 symbol needs to be defined,
    and removed once new MDK is integrated.
    
    Upstream PR #: 82268
    
    Signed-off-by: Nikodem Kastelik <[email protected]>
    nika-nordic committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    bf85045 View commit details
    Browse the repository at this point in the history