diff options
author | Robin Gong <b38343@freescale.com> | 2014-02-25 02:08:39 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:44 -0400 |
commit | bf6e384b7352be46fc92f2949c46793ed5248c89 (patch) | |
tree | 0bdd0a30a67cb451f9503fb7291d471c0da20e48 /arch/arm/boot | |
parent | 6420ed91f4aa695dd9211f0817d105cc4afc4c85 (diff) |
ENGR00300665 ARM: dts: imx6sx-sdb: enable VGEN1 always on
On imx6sx-sdb board, there is one level shift between soc and
enet phy chip, so need keep VGEN1 always on, else system can't
mount NFS.
Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index 1af15fe84e78..97b2acd3de14 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts | |||
@@ -119,6 +119,7 @@ | |||
119 | vgen1_reg: vgen1 { | 119 | vgen1_reg: vgen1 { |
120 | regulator-min-microvolt = <800000>; | 120 | regulator-min-microvolt = <800000>; |
121 | regulator-max-microvolt = <1550000>; | 121 | regulator-max-microvolt = <1550000>; |
122 | regulator-always-on; | ||
122 | }; | 123 | }; |
123 | 124 | ||
124 | vgen2_reg: vgen2 { | 125 | vgen2_reg: vgen2 { |