Re: [PATCH v2] ARM: imx: Drop imx_anatop_usb_chrg_detect_disable()

From: Shawn Guo
Date: Mon Oct 28 2019 - 02:27:21 EST


On Mon, Oct 21, 2019 at 09:14:45PM -0700, Andrey Smirnov wrote:
> With commit b5bbe2235361 ("usb: phy: mxs: Disable external charger
> detect in mxs_phy_hw_init()") in tree all of the necessary charger
> setup is done by the USB PHY driver which covers all of the affected
> i.MX6 SoCs.
>
> NOTE: imx_anatop_usb_chrg_detect_disable() was also called for i.MX7D,
> but looking at its datasheet it appears to have a different USB PHY IP
> block, so executing i.MX6 charger disable configuration seems
> unnecessary.
>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx>

Applied, thanks.