diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-11-06 23:40:30 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 13:42:23 +0100 |
commit | 70b6b438cc365d8d269339986e63ceb943e8d423 (patch) | |
tree | c9c1895724b5103f18b5cd4bd9beeaabe020b5a5 /arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | |
parent | ARM: dts: imx25-pinfunc: add some more pin configurations (diff) | |
download | linux-70b6b438cc365d8d269339986e63ceb943e8d423.tar.xz linux-70b6b438cc365d8d269339986e63ceb943e8d423.zip |
ARM: dts: imx: ventana: GW54xx PMIC swbst reg always-on
The GW54xx PMIC swbst regulator is used for LVDS power, CANbus xceiver
and HDMI DDC and is enabled by the bootloader. Set the regulator to
always-on so that Linux doesn't turn it off thinking its not needed.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw54xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi index 6c11a2ae35ef..0c1682562b34 100644 --- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi @@ -260,6 +260,8 @@ swbst_reg: swbst { regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5150000>; + regulator-boot-on; + regulator-always-on; }; snvs_reg: vsnvs { |