Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1

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>

authored by

Adam Ford and committed by
Shawn Guo
7aedca87 dbb58e29

+1
+1
arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi
··· 88 88 regulator-min-microvolt = <5000000>; 89 89 regulator-max-microvolt = <5000000>; 90 90 gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>; 91 + startup-delay-us = <70000>; 91 92 enable-active-high; 92 93 }; 93 94