From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752165AbdBTKVW (ORCPT ); Mon, 20 Feb 2017 05:21:22 -0500 Received: from exsmtp03.microchip.com ([198.175.253.49]:17561 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751147AbdBTKVU (ORCPT ); Mon, 20 Feb 2017 05:21:20 -0500 Subject: Re: [PATCH] ARM: at91/dt: Disable SPI on at91sam9x5ek to allow MCI1 to work. To: , , , , References: <1487265388-29390-1-git-send-email-cristian.birsan@microchip.com> CC: , , , , From: Nicolas Ferre Organization: microchip Message-ID: <95353208-6734-aec5-a41b-e62d28dd747c@microchip.com> Date: Mon, 20 Feb 2017 11:20:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1487265388-29390-1-git-send-email-cristian.birsan@microchip.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 16/02/2017 à 18:16, cristian.birsan@microchip.com a écrit : > From: Cristian Birsan > > 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 Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi > index 696b8ba..9d2bbc4 100644 > --- a/arch/arm/boot/dts/at91sam9x5ek.dtsi > +++ b/arch/arm/boot/dts/at91sam9x5ek.dtsi > @@ -116,7 +116,7 @@ > }; > > spi0: spi@f0000000 { > - status = "okay"; > + status = "disabled"; /* conflicts with mmc1 */ > cs-gpios = <&pioA 14 0>, <0>, <0>, <0>; > m25p80@0 { > compatible = "atmel,at25df321a"; > -- Nicolas Ferre