From: ludovic.desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
To: Jean-Christophe PLAGNIOL-VILLARD
<plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v3 3/3] ARM: dts: add nodes for atmel hsmci controllers for atmel platforms
Date: Tue, 22 May 2012 16:41:35 +0200 [thread overview]
Message-ID: <4FBBA59F.3000804@atmel.com> (raw)
In-Reply-To: <20120522141348.GC3377-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org>
Le 05/22/2012 04:13 PM, Jean-Christophe PLAGNIOL-VILLARD a écrit :
> On 12:09 Tue 22 May , ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org wrote:
>> From: Ludovic Desroches<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
>>
>> Add nodes for mci controllers.
>>
>> Signed-off-by: Ludovic Desroches<ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
>> ---
>> arch/arm/boot/dts/at91sam9g20.dtsi | 12 ++++++++++++
>> arch/arm/boot/dts/at91sam9g25ek.dts | 16 ++++++++++++++++
>> arch/arm/boot/dts/at91sam9g45.dtsi | 24 ++++++++++++++++++++++++
>> arch/arm/boot/dts/at91sam9m10g45ek.dts | 17 +++++++++++++++++
>> arch/arm/boot/dts/at91sam9x5.dtsi | 24 ++++++++++++++++++++++++
>> 5 files changed, 93 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g20.dtsi
>> index 773ef48..6a28bfe 100644
>> --- a/arch/arm/boot/dts/at91sam9g20.dtsi
>> +++ b/arch/arm/boot/dts/at91sam9g20.dtsi
>> @@ -197,6 +197,18 @@
>> interrupts =<10 4>;
>> status = "disabled";
>> };
>> +
>> + mmc0: mmc@fffa800 {
>> + compatible = "atmel,hsmci";
>> + reg =<0xfffa800 0x600>;
>> + interrupts =<9 4>;
>> + status = "disabled";
>> + #address-cells =<1>;
>> + #size-cells =<0>;
>> + slot@0 {
>> + reg =<0>;
>> + };
>> + };
> this need to be in 9260.dtsi
>
> if you add the board too plese add all of them
> or seperate the commits
>
I based it on 3.4 so 9260.dtsi was not present. Nicolas gave me a new
branch with it so I will add mmc node to 9260.
Regards
Ludovic
next prev parent reply other threads:[~2012-05-22 14:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 10:09 [PATCH v3 0/3] atmel-mci device tree support ludovic.desroches
2012-05-22 10:09 ` [PATCH v3 1/3] mmc: atmel-mci: add " ludovic.desroches
2012-05-22 12:55 ` Nicolas Ferre
2012-05-22 14:08 ` Jean-Christophe PLAGNIOL-VILLARD
[not found] ` <20120522140845.GA3377-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org>
2012-05-22 14:48 ` ludovic.desroches
[not found] ` <4FBBA756.8030501-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-05-22 15:10 ` Jean-Christophe PLAGNIOL-VILLARD
[not found] ` <20120522151048.GD3377-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org>
2012-05-22 15:18 ` Nicolas Ferre
2012-05-23 7:23 ` [PATCH v4 " ludovic.desroches
2012-05-24 9:43 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-24 14:40 ` Chris Ball
2012-05-22 10:09 ` [PATCH v3 2/3] ARM: at91: add clocks for DT entries ludovic.desroches
2012-05-22 12:56 ` Nicolas Ferre
2012-05-22 14:11 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-23 19:38 ` [PATCH v4 " ludovic.desroches
2012-05-24 9:43 ` Jean-Christophe PLAGNIOL-VILLARD
2012-05-22 10:09 ` [PATCH v3 3/3] ARM: dts: add nodes for atmel hsmci controllers for atmel platforms ludovic.desroches
2012-05-22 13:11 ` Nicolas Ferre
2012-05-22 14:13 ` Jean-Christophe PLAGNIOL-VILLARD
[not found] ` <20120522141348.GC3377-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org>
2012-05-22 14:41 ` ludovic.desroches [this message]
2012-05-23 19:42 ` [PATCH v4 " ludovic.desroches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FBBA59F.3000804@atmel.com \
--to=ludovic.desroches-aife0yeh4naavxtiumwx3w@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).