diff options
| author | Adam Ford <aford173@gmail.com> | 2019-04-02 14:32:04 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-25 18:16:50 +0200 |
| commit | 5397a98f08c0c5e0686b784bbe263d93dfc0caf3 (patch) | |
| tree | 439dfc84fddb7ff339a08b7a6ce66ff1791196c6 | |
| parent | a28d37d7bef79fc0bd97d69b3748c32b0d309653 (diff) | |
| download | linux-5397a98f08c0c5e0686b784bbe263d93dfc0caf3.tar.gz linux-5397a98f08c0c5e0686b784bbe263d93dfc0caf3.tar.bz2 linux-5397a98f08c0c5e0686b784bbe263d93dfc0caf3.zip | |
ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1
commit 7aedca875074b33795bc77066b325898b1eb8032 upstream.
Some USB peripherals draw more power, and the sourcing regulator
take a little time to turn on. This patch fixes an issue where
some devices occasionally do not get detected, because the power
isn't quite ready when communication starts, so we add a bit
of a delay.
Fixes: 1c207f911fe9 ("ARM: dts: imx: Add support for Logic PD i.MX6QD EVM")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi b/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi index 3cae139e6396..2aab020a1e91 100644 --- a/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi +++ b/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi @@ -88,6 +88,7 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>; + startup-delay-us = <70000>; enable-active-high; }; |
