linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add SPI NOR support
Date: Thu, 26 Apr 2012 10:16:37 +0200	[thread overview]
Message-ID: <20120426081637.GD17184@pengutronix.de> (raw)
In-Reply-To: <1335310537-11219-1-git-send-email-festevam@gmail.com>

On Tue, Apr 24, 2012 at 08:35:36PM -0300, Fabio Estevam wrote:
> mx6qsabrelite has a sst25vf016b SPI NOR flash connected to eCSPI1.
> 
> Add support for it.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Shawn, are you ok with this? If yes I would take this into my queue

Sascha

> ---
>  arch/arm/boot/dts/imx6q-sabrelite.dts |   17 +++++++++++++++++
>  1 files changed, 17 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
> index 4663a4e..35be687 100644
> --- a/arch/arm/boot/dts/imx6q-sabrelite.dts
> +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
> @@ -22,6 +22,23 @@
>  	};
>  
>  	soc {
> +		aips-bus at 02000000 { /* AIPS1 */
> +			spba-bus at 02000000 {
> +				ecspi at 02008000 { /* eCSPI1 */
> +					fsl,spi-num-chipselects = <1>;
> +					cs-gpios = <&gpio3 19 0>;
> +					status = "okay";
> +
> +					flash: m25p80 at 0 {
> +						compatible = "sst,sst25vf016b";
> +						spi-max-frequency = <20000000>;
> +						reg = <0>;
> +					};
> +				};
> +			};
> +
> +		};
> +
>  		aips-bus at 02100000 { /* AIPS2 */
>  			enet at 02188000 {
>  				phy-mode = "rgmii";
> -- 
> 1.7.1
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

  parent reply	other threads:[~2012-04-26  8:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-24 23:35 [PATCH 1/2] ARM: imx6q-sabrelite.dts: Add SPI NOR support Fabio Estevam
2012-04-24 23:35 ` [PATCH 2/2] ARM: imx_v6_v7_defconfig: " Fabio Estevam
2012-04-27  3:17   ` Shawn Guo
2012-04-26  8:16 ` Sascha Hauer [this message]
2012-04-27  3:51   ` [PATCH 1/2] ARM: imx6q-sabrelite.dts: " Shawn Guo
2012-04-27  3:44 ` Shawn Guo
2012-04-27  3:51   ` Fabio Estevam
2012-04-27  5:05     ` Shawn Guo
2012-04-27  6:27       ` Uwe Kleine-König
2012-04-27  7:35         ` Shawn Guo
2012-04-27  8:38           ` Sascha Hauer
2012-04-27  7:19       ` Sascha Hauer
2012-04-27  7:31         ` Shawn Guo
2012-04-27 12:37     ` Linus Walleij
2012-04-27  4:05 ` [PATCH v2 2/2] ARM: imx_v6_v7_defconfig: " Fabio Estevam
2012-05-01 14:14 ` [PATCH 1/2] ARM: imx6q-sabrelite.dts: " Shawn Guo

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=20120426081637.GD17184@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --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).