Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753096AbbFDII2 (ORCPT ); Thu, 4 Jun 2015 04:08:28 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:33787 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752894AbbFDIH1 (ORCPT ); Thu, 4 Jun 2015 04:07:27 -0400 Message-ID: <55700704.2020907@atmel.com> Date: Thu, 4 Jun 2015 10:06:28 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ludovic Desroches , , , CC: , Subject: Re: [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0 References: <1432806916-23579-1-git-send-email-ludovic.desroches@atmel.com> In-Reply-To: <1432806916-23579-1-git-send-email-ludovic.desroches@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1219 Lines: 43 Le 28/05/2015 11:55, Ludovic Desroches a ?crit : > mci0 uses slot 0 not 1. > > Signed-off-by: Ludovic Desroches > Fixes: 7a4752677c44 ("ARM: at91: dt: add device tree file for SAMA5D4ek > board") Yes: Acked-by: Nicolas Ferre Queued in at91-4.2-dt. Thanks, bye. > --- > arch/arm/boot/dts/at91-sama5d4ek.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts > index 89ef4a5..45e7761 100644 > --- a/arch/arm/boot/dts/at91-sama5d4ek.dts > +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts > @@ -108,8 +108,8 @@ > mmc0: mmc@f8000000 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>; > - slot@1 { > - reg = <1>; > + slot@0 { > + reg = <0>; > bus-width = <4>; > cd-gpios = <&pioE 5 0>; > }; > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/