projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe45089
)
rockchip: dts: rk3328-evb: add sdmmc-pwren regulator
author
Kever Yang
<
[email protected]
>
Thu, 8 Jun 2017 07:32:06 +0000
(15:32 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 11 Jul 2017 13:23:38 +0000
(15:23 +0200)
Use fixed regulator for sdmmc-pwren for sdmmc power.
Signed-off-by: Kever Yang <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
arch/arm/dts/rk3328-evb.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3328-evb.dts
b/arch/arm/dts/rk3328-evb.dts
index 220d0ab35031f659f61503ee7172f0f1b6ee3f7b..8a14c653e4697d8cd5e28330a1d38bbcf786d02f 100644
(file)
--- 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;