From patchwork Wed Jul 11 13:28:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v6,3/7] ARM: imx6q: disable usb charger detector Date: Wed, 11 Jul 2012 03:28:07 -0000 From: Otavio Salvador X-Patchwork-Id: 170465 Message-Id: To: Richard Zhao Cc: linux-arm-kernel@lists.infradead.org On Wed, Jul 11, 2012 at 8:33 AM, Richard Zhao wrote: > The external charger detector needs to be disabled, > or the signal at DP will be poor Something as this needs to be applied, no? I sent this patch some time ago but I don't recall to get an ack/nack for it. I can resend it. diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index eff4db5..93695e0 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -832,6 +832,9 @@ config SOC_IMX6Q select HAVE_SMP select PINCTRL select PINCTRL_IMX6Q + select MFD_ANATOP + select REGULATOR + select REGULATOR_ANATOP select USE_OF help