On Fri, May 25, 2018 at 07:12:38PM -0700, Andrey Smirnov wrote: > Make sure that MX51_PAD_GPIO1_1 does not remain configure as > ALT0/SD1_WP (it is out of reset). This is needed because of external > pull-up resistor attached to that pad that, when left unchanged, will > drive SD1_WP high preventing eSDHC1/eMMC from working correctly. > > To fix that add a pinmux configuration line configureing the pad to > function as a GPIO. While we are at it, add a corresponding > output-high GPIO hog in an effort to minimize current consumption. > > Cc: Nikita Yushchenko <nikita.yo...@cogentembedded.com> > Cc: Shawn Guo <shawn...@kernel.org> > Cc: Fabio Estevam <fabio.este...@nxp.com> > Cc: Lucas Stach <l.st...@pengutronix.de> > Cc: Chris Healy <cphe...@gmail.com> > Cc: Rob Herring <robh...@kernel.org> > Cc: linux-arm-ker...@lists.infradead.org > Cc: devicet...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com>
Applied, thanks.