Skip to content
Snippets Groups Projects
Commit df813322 authored by Kever Yang's avatar Kever Yang Committed by Philipp Tomsich
Browse files

rockchip: dts: rk3328-evb: add sdmmc-pwren regulator


Use fixed regulator for sdmmc-pwren for sdmmc power.

Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent fe450895
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,14 @@ ...@@ -15,6 +15,14 @@
stdout-path = &uart2; stdout-path = &uart2;
}; };
vcc3v3_sdmmc: sdmmc-pwren {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
gpio = <&gpio0 30 GPIO_ACTIVE_LOW>;
regulator-always-on;
regulator-boot-on;
};
vcc5v0_otg: vcc5v0-otg-drv { vcc5v0_otg: vcc5v0-otg-drv {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
enable-active-high; enable-active-high;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment