From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 02 Nov 2015 14:37:52 +0900 Subject: [U-Boot] [PATCH 1/2] Exynos4412: pinmux: disable pull for MMC pins In-Reply-To: <1446043310-21519-1-git-send-email-p.marczak@samsung.com> References: <1446043310-21519-1-git-send-email-p.marczak@samsung.com> Message-ID: <5636F6B0.1000201@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28/10/15 23:41, Przemyslaw Marczak wrote: > There are 8 pins for SD card in Exynos, but the MUX was configured > only for 7, since the one was used for card detection. > This caused the pin's pull wrong configuration. > > This commit fixes this and the card detect can work properly, > after call this function. > > Tested-on: Odroid U3 and Odroid X2. > > Signed-off-by: Przemyslaw Marczak > Cc: Guillaume GARDET > Cc: Lukasz Majewski > Cc: Jaehoon Chung > Cc: Minkyu Kang > Cc: Simon Glass > --- > arch/arm/mach-exynos/pinmux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.