projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f6dea
)
ARM: dts: imx7s-warp: PMIC swbst boot-on/always-on
author
Pierre-Jean Texier
<pjtexier@koncepto.io>
Sat, 2 Mar 2019 22:32:29 +0000
(23:32 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Wed, 20 Mar 2019 08:09:11 +0000
(16:09 +0800)
PMIC swbst regulator is used for the MikroBUS socket (pin +5V).
We have to set the regulator to "boot-on" and "always-on"
to output a voltage of 5V on this socket.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7s-warp.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7s-warp.dts
b/arch/arm/boot/dts/imx7s-warp.dts
index
23431fa
..
b1e9562
100644
(file)
--- a/
arch/arm/boot/dts/imx7s-warp.dts
+++ b/
arch/arm/boot/dts/imx7s-warp.dts
@@
-121,6
+121,8
@@
swbst_reg: swbst {
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5150000>;
+ regulator-boot-on;
+ regulator-always-on;
};
snvs_reg: vsnvs {