mirror of https://gitee.com/openkylin/linux.git
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: Pierre-Jean Texier <pjtexier@koncepto.io> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
54f6deafd2
commit
d058ad0e38
|
@ -121,6 +121,8 @@ sw3a_reg: sw3 {
|
||||||
swbst_reg: swbst {
|
swbst_reg: swbst {
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
regulator-max-microvolt = <5150000>;
|
regulator-max-microvolt = <5150000>;
|
||||||
|
regulator-boot-on;
|
||||||
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
snvs_reg: vsnvs {
|
snvs_reg: vsnvs {
|
||||||
|
|
Loading…
Reference in New Issue