From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] ARM: at91: dt: rm9200: add spi support
Date: Wed, 26 Jun 2013 10:51:09 +0200 [thread overview]
Message-ID: <51CAAB7D.6080104@atmel.com> (raw)
In-Reply-To: <1371472710-18535-2-git-send-email-plagnioj@jcrosoft.com>
On 17/06/2013 14:38, Jean-Christophe PLAGNIOL-VILLARD :
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
stacked on at91-3.11-dt
> ---
> arch/arm/boot/dts/at91rm9200.dtsi | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi
> index b91cf78..1fc645e 100644
> --- a/arch/arm/boot/dts/at91rm9200.dtsi
> +++ b/arch/arm/boot/dts/at91rm9200.dtsi
> @@ -474,6 +474,15 @@
> };
> };
>
> + spi0 {
> + pinctrl_spi0: spi0-0 {
> + atmel,pins =
> + <AT91_PIOA 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PA0 periph A SPI0_MISO pin */
> + AT91_PIOA 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PA1 periph A SPI0_MOSI pin */
> + AT91_PIOA 2 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PA2 periph A SPI0_SPCK pin */
> + };
> + };
> +
> pioA: gpio at fffff400 {
> compatible = "atmel,at91rm9200-gpio";
> reg = <0xfffff400 0x200>;
> @@ -574,6 +583,17 @@
> interrupts = <11 IRQ_TYPE_LEVEL_HIGH 2>;
> status = "disabled";
> };
> +
> + spi0: spi at fffe0000 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "atmel,at91rm9200-spi";
> + reg = <0xfffe0000 0x200>;
> + interrupts = <13 IRQ_TYPE_LEVEL_HIGH 3>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_spi0>;
> + status = "disabled";
> + };
> };
>
> nand0: nand at 40000000 {
>
--
Nicolas Ferre
next prev parent reply other threads:[~2013-06-26 8:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-17 12:36 [PATCH 0/5] ARM: at91: rm9200 dt updates Jean-Christophe PLAGNIOL-VILLARD
2013-06-17 12:38 ` [PATCH 1/5] ARM: at91: at91_dt_defconfig: enable rm9200 support Jean-Christophe PLAGNIOL-VILLARD
2013-06-17 12:38 ` [PATCH 2/5] ARM: at91: dt: rm9200: add spi support Jean-Christophe PLAGNIOL-VILLARD
2013-06-26 8:51 ` Nicolas Ferre [this message]
2013-06-17 12:38 ` [PATCH 3/5] ARM: at91: dt: rm9200ek: " Jean-Christophe PLAGNIOL-VILLARD
2013-06-26 8:51 ` Nicolas Ferre
2013-06-17 12:38 ` [PATCH 4/5] ARM: AT91: dt: add at91rm9200 PQFP package version Jean-Christophe PLAGNIOL-VILLARD
2013-06-26 7:55 ` Nicolas Ferre
2013-08-21 10:20 ` Nicolas Ferre
2013-06-17 12:38 ` [PATCH 5/5] ARM: at91: at91rm9200: set default mmc0 pinctrl-names Jean-Christophe PLAGNIOL-VILLARD
2013-06-25 10:35 ` Nicolas Ferre
2013-08-21 9:40 ` Nicolas Ferre
2013-06-25 10:39 ` [PATCH 1/5] ARM: at91: at91_dt_defconfig: enable rm9200 support Nicolas Ferre
2013-08-21 10:16 ` Nicolas Ferre
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=51CAAB7D.6080104@atmel.com \
--to=nicolas.ferre@atmel.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.