From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH 4/4] arm: at91: dt: sam9g25ek add mci support Date: Thu, 22 Mar 2012 15:53:01 +0100 Message-ID: <4F6B3CCD.7070105@atmel.com> References: <1332352994-20983-1-git-send-email-ludovic.desroches@atmel.com> <1332352994-20983-5-git-send-email-ludovic.desroches@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from newsmtp5.atmel.com ([204.2.163.5]:45817 "EHLO sjogate2.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512Ab2CVOxK (ORCPT ); Thu, 22 Mar 2012 10:53:10 -0400 In-Reply-To: <1332352994-20983-5-git-send-email-ludovic.desroches@atmel.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: ludovic.desroches@atmel.com Cc: linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, plagnioj@jcrosoft.com, devicetree-discuss On 03/21/2012 07:03 PM, ludovic.desroches@atmel.com : > From: Ludovic Desroches > > Signed-off-by: Ludovic Desroches Signed-off-by: Nicolas Ferre > --- > arch/arm/boot/dts/at91sam9g25ek.dts | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/at91sam9g25ek.dts b/arch/arm/boot/dts/at91sam9g25ek.dts > index 7a13d09..960de2b 100644 > --- a/arch/arm/boot/dts/at91sam9g25ek.dts > +++ b/arch/arm/boot/dts/at91sam9g25ek.dts > @@ -32,6 +32,22 @@ > phy-mode = "rmii"; > status = "okay"; > }; > + > + mmc0: mmc@f0008000 { > + status = "okay"; > + slot@0 { > + bus-width = <4>; > + cd-gpios = <&pioD 15 0>; > + }; > + }; > + > + mmc1: mmc@f000c000 { > + status = "okay"; > + slot@0 { > + bus-width = <4>; > + cd-gpios = <&pioD 14 0>; > + }; > + }; > }; > > usb0: ohci@00600000 { -- Nicolas Ferre