mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 16:09:44 +01:00
siflower: sf21: fix M.2 power on Bananapi BPI-RV2
Add fixed regulator for M.2 slot for Bananapi BPI-RV2 Signed-off-by: Andrey Safonov <andrey.safonov@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19697 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
08cc7e881e
commit
73a0366e53
1 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,16 @@
|
|||
gpio = <&gpio 37 GPIO_ACTIVE_HIGH>;
|
||||
enable-active-high;
|
||||
};
|
||||
|
||||
m2keyb_pwren: regulator@1 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "m2keyb_pwren";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
gpio = <&gpio 38 GPIO_ACTIVE_HIGH>;
|
||||
enable-active-high;
|
||||
regulator-always-on;
|
||||
};
|
||||
};
|
||||
|
||||
&spi0_pins {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue