Commit d058ad0e authored by Pierre-Jean Texier's avatar Pierre-Jean Texier Committed by Shawn Guo

ARM: dts: imx7s-warp: PMIC swbst boot-on/always-on

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: default avatarPierre-Jean Texier <pjtexier@koncepto.io>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 54f6deaf
......@@ -121,6 +121,8 @@ sw3a_reg: sw3 {
swbst_reg: swbst {
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5150000>;
regulator-boot-on;
regulator-always-on;
};
snvs_reg: vsnvs {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment