commit | d218a2d73e60705d7734120dafd4367c96709d27 | [log] [tgz] |
---|---|---|
author | Sean Nyekjaer <sean@geanix.com> | Thu Sep 05 17:19:19 2024 +0200 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Fri Sep 06 10:05:07 2024 -0500 |
tree | d33731cffdedae84b506c0ea93b0bae9741db2f8 | |
parent | 13eb7a1ee223e2224c25fb582c38146b7cec7412 [diff] |
soc: nordic: nrf52: fix used define for enabling DCDC converter Use the correct define for checking if the DCDC converter shall be enabled. This resolves the opposite behavior where boards that enable the DCDC converter uses the LDO and boards where LDO is used they enable the DCDC. Fixes: e189fb07205 ("soc: nordic: nrf52: add support for DT-based regulators config") Signed-off-by: Sean Nyekjaer <sean@geanix.com>