Commit 1142f176 authored by Cristian Birsan's avatar Cristian Birsan Committed by Alexandre Belloni

ARM: dts: at91: Disable SPI on at91sam9x5ek to allow MCI1 to work.

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: default avatarCristian Birsan <cristian.birsan@microchip.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 8682827f
......@@ -116,7 +116,7 @@ pinctrl_board_usb2: usb2-board {
};
spi0: spi@f0000000 {
status = "okay";
status = "disabled"; /* conflicts with mmc1 */
cs-gpios = <&pioA 14 0>, <0>, <0>, <0>;
m25p80@0 {
compatible = "atmel,at25df321a";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment