From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Thu, 4 Jun 2015 10:06:28 +0200 Subject: [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0 In-Reply-To: <1432806916-23579-1-git-send-email-ludovic.desroches@atmel.com> References: <1432806916-23579-1-git-send-email-ludovic.desroches@atmel.com> Message-ID: <55700704.2020907@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at f8000000 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>; > - slot at 1 { > - reg = <1>; > + slot at 0 { > + reg = <0>; > bus-width = <4>; > cd-gpios = <&pioE 5 0>; > }; > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0 Date: Thu, 4 Jun 2015 10:06:28 +0200 Message-ID: <55700704.2020907@atmel.com> References: <1432806916-23579-1-git-send-email-ludovic.desroches@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1432806916-23579-1-git-send-email-ludovic.desroches@atmel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: plagnioj@jcrosoft.com, alexandre.belloni@free-electrons.com List-Id: devicetree@vger.kernel.org Le 28/05/2015 11:55, Ludovic Desroches a =E9crit : > 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/at9= 1-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 =3D "default"; > pinctrl-0 =3D <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinc= trl_mmc0_cd>; > - slot@1 { > - reg =3D <1>; > + slot@0 { > + reg =3D <0>; > bus-width =3D <4>; > cd-gpios =3D <&pioE 5 0>; > }; > = -- = Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 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 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