]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at91: Disable SPI on at91sam9x5ek to allow MCI1 to work.
authorCristian Birsan <cristian.birsan@microchip.com>
Thu, 16 Feb 2017 17:16:28 +0000 (19:16 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 5 Mar 2017 22:53:41 +0000 (23:53 +0100)
The A13 hardware line is shared by SPI and MCI1 controller.This patch
disables the SPI controller so that the MCI1 (the big MMC card slot) can
be used.

Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91sam9x5ek.dtsi

index 696b8ba064a679a7b15eb01d58fa98726241d4b6..9d2bbc41a7b0812d2460da3688090a58bd1f1b9d 100644 (file)
                        };
 
                        spi0: spi@f0000000 {
-                               status = "okay";
+                               status = "disabled"; /* conflicts with mmc1 */
                                cs-gpios = <&pioA 14 0>, <0>, <0>, <0>;
                                m25p80@0 {
                                        compatible = "atmel,at25df321a";