From: grant.likely@secretlab.ca (Grant Likely)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: at91: sam9g20 & sam9g45 add spi DT support
Date: Mon, 30 Jan 2012 11:58:14 -0700 [thread overview]
Message-ID: <20120130185814.GQ28397@ponder.secretlab.ca> (raw)
In-Reply-To: <1327937271-23668-3-git-send-email-plagnioj@jcrosoft.com>
On Mon, Jan 30, 2012 at 04:27:51PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
> at91sam9m10g45ek:
> add dataflash support
> usb_a9g20:
> add mmc spi support
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: devicetree-discuss at lists.ozlabs.org
> ---
> diff --git a/arch/arm/boot/dts/usb_a9g20.dts b/arch/arm/boot/dts/usb_a9g20.dts
> index e6c7970..1dfb7a9 100644
> --- a/arch/arm/boot/dts/usb_a9g20.dts
> +++ b/arch/arm/boot/dts/usb_a9g20.dts
> @@ -84,6 +84,17 @@
> status = "okay";
> };
>
> + spi1: spi at fffcc000 {
> + status = "okay";
> + mmc-slot at 0 {
> + compatible = "mmc-spi-slot";
> + ncs-gpio = <&pioB 3 0>;
> + gpios = <&pioC 4 0 /* CD */
> + >;
Drop the above ncs-gpios line, but otherwise:
Acked-by: Grant Likely <grant.likely@secretlab.ca>
> + voltage-ranges = <3200 3400>;
> + spi-max-frequency = <20000000>;
> + };
> + };
> };
> };
> };
next prev parent reply other threads:[~2012-01-30 18:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-30 15:27 [PATCH 1/3] of_spi: add generic binding support to specify ncs gpio in the slave Jean-Christophe PLAGNIOL-VILLARD
2012-01-30 15:27 ` [PATCH 2/3] spi/atmel: add DT support Jean-Christophe PLAGNIOL-VILLARD
2012-01-30 18:56 ` Grant Likely
2012-01-30 15:27 ` [PATCH 3/3] ARM: at91: sam9g20 & sam9g45 add spi " Jean-Christophe PLAGNIOL-VILLARD
2012-01-30 18:58 ` Grant Likely [this message]
2012-01-30 18:54 ` [PATCH 1/3] of_spi: add generic binding support to specify ncs gpio in the slave Grant Likely
2012-01-31 11:07 ` Jean-Christophe PLAGNIOL-VILLARD
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=20120130185814.GQ28397@ponder.secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=linux-arm-kernel@lists.infradead.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).