File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
samples/shields/npm1300_ek Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020&npm1300_ek_buck2 {
2121 regulator-init-microvolt = <3300000>;
2222 retention-microvolt = <2500000>;
23- enable-gpios = <&npm1300_ek_gpio 1 GPIO_ACTIVE_LOW>;
24- retention-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_HIGH>;
25- pwm-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>;
23+ enable-gpio-config = <1 GPIO_ACTIVE_LOW>;
24+ retention-gpio-config = <2 GPIO_ACTIVE_HIGH>;
25+ pwm-gpio-config = <2 GPIO_ACTIVE_LOW>;
2626};
2727
2828&npm1300_ek_ldo1 {
2929 regulator-initial-mode = <NPM1300_LDSW_MODE_LDO>;
30- enable-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>;
30+ enable-gpio-config = <2 GPIO_ACTIVE_LOW>;
3131};
3232
3333&npm1300_ek_ldo2 {
3434 regulator-initial-mode = <NPM1300_LDSW_MODE_LDSW>;
35- enable-gpios = <&npm1300_ek_gpio 2 GPIO_ACTIVE_LOW>;
35+ enable-gpio-config = <2 GPIO_ACTIVE_LOW>;
3636};
3737
3838&npm1300_ek_pmic {
You can’t perform that action at this time.
0 commit comments