boards: arm: sparkfun_pro_micro_rp2040: add regulator definition on dts
Add a regulator node to keep it always on. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
This commit is contained in:
parent
652808da0d
commit
746dddd698
|
@ -102,3 +102,8 @@
|
|||
zephyr_udc0: &usbd {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vreg {
|
||||
regulator-always-on;
|
||||
regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue