diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-07-17 07:12:02 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-17 09:16:09 +0200 |
commit | 9896b67eaf4b72b31481aa17266790d28c9c0a6c (patch) | |
tree | ca67b404878a61aca9f9a651f54ebb73524c26e8 /arch/arm | |
parent | ARM: dts: imx6sl-evk: add missing GPIO iomux setting (diff) | |
download | linux-9896b67eaf4b72b31481aa17266790d28c9c0a6c.tar.xz linux-9896b67eaf4b72b31481aa17266790d28c9c0a6c.zip |
ARM: dts: imx6qdl-sabresd: make pfuze100 sw4 always on
On i.MX6QDL Sabre-SD board, pfuze100 sw4 supplies
GPS, touch and RGMII etc., these modules do NOT
implement power domain control, so pfuze100 sw4
needs to be always on to make sure these modules
work normally.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index 15744ad52535..6e46a195b399 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi @@ -341,6 +341,7 @@ sw4_reg: sw4 { regulator-min-microvolt = <800000>; regulator-max-microvolt = <3300000>; + regulator-always-on; }; swbst_reg: swbst { |