From e484ab2fa8cbff320c907e21f079cf70c1d1ec29 Mon Sep 17 00:00:00 2001 From: Andy Sinclair Date: Tue, 6 Jun 2023 11:27:15 +0100 Subject: [PATCH] boards: shields: npm1300_ek: Specify regulator initial modes The npm1300_ek overlay has been updated to explictly specify the initialisation modes for the dual purpose LDO / LDSW outputs. Signed-off-by: Andy Sinclair --- boards/shields/npm1300_ek/npm1300_ek.overlay | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/shields/npm1300_ek/npm1300_ek.overlay b/boards/shields/npm1300_ek/npm1300_ek.overlay index 8c4c2632171920..8a0c53f2397eab 100644 --- a/boards/shields/npm1300_ek/npm1300_ek.overlay +++ b/boards/shields/npm1300_ek/npm1300_ek.overlay @@ -3,6 +3,8 @@ * SPDX-License-Identifier: Apache-2.0 */ +#include + &arduino_i2c { npm1300_ek_pmic: pmic@6b { compatible = "nordic,npm1300"; @@ -37,12 +39,14 @@ npm1300_ek_ldo1: LDO1 { regulator-min-microvolt = <1000000>; regulator-max-microvolt = <3300000>; + regulator-initial-mode = ; enable-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>; }; npm1300_ek_ldo2: LDO2 { regulator-min-microvolt = <1000000>; regulator-max-microvolt = <3300000>; + regulator-initial-mode = ; enable-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>; }; };