]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings
authorAndreas Henriksson <andreas.henriksson@endian.se>
Tue, 23 Sep 2014 15:12:52 +0000 (17:12 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 24 Sep 2014 15:47:21 +0000 (17:47 +0200)
commite625b1e79fc20a47d779df17a20f51f11f759208
treea0580ea7582cbdab7afaffe88077bd60d4966517
parentf45f9587f1dd1e89dd1c89561c9572f777c5bcb7
ARM: at91: fix at91sam9263ek DT mmc pinmuxing settings

As discovered on a custom board similar to at91sam9263ek and basing
its devicetree on that one apparently the pin muxing doesn't get
set up properly. This was discovered since the custom boards u-boot
does funky stuff with the pin muxing and leaved it set to SPI
which made the MMC driver not work under Linux.
The fix is simply to define the given configuration as the default.
This probably worked by pure luck before, but it's better to
make the muxing explicitly set.

Signed-off-by: Andreas Henriksson <andreas.henriksson@endian.se>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: <stable@vger.kernel.org> # 3.11+
arch/arm/boot/dts/at91sam9263.dtsi