diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-06-08 15:32:06 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-07-11 15:23:38 +0200 |
commit | df813322e5d767dfdafdedf458b200e3d9798b5d (patch) | |
tree | baec3c5fb6972b15a1871921baa11908c43d84ca /arch | |
parent | fe450895ff1a828d39bfd09082000149f2c8d9c3 (diff) |
rockchip: dts: rk3328-evb: add sdmmc-pwren regulator
Use fixed regulator for sdmmc-pwren for sdmmc power.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3328-evb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-evb.dts b/arch/arm/dts/rk3328-evb.dts index 220d0ab3503..8a14c653e46 100644 --- a/arch/arm/dts/rk3328-evb.dts +++ b/arch/arm/dts/rk3328-evb.dts @@ -15,6 +15,14 @@ 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 { compatible = "regulator-fixed"; enable-active-high; |