All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tegra: enable NAND on Harmony
Date: Fri, 10 Aug 2012 18:32:25 -0500	[thread overview]
Message-ID: <50259A09.4000905@freescale.com> (raw)
In-Reply-To: <1343669872-2046-1-git-send-email-swarren@wwwdotorg.org>

On 07/30/2012 12:37 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
>  board/nvidia/dts/tegra20-harmony.dts |   10 ++++++++++
>  include/configs/harmony.h            |    9 ++++++++-
>  2 files changed, 18 insertions(+), 1 deletions(-)
> 
> diff --git a/board/nvidia/dts/tegra20-harmony.dts b/board/nvidia/dts/tegra20-harmony.dts
> index c351954..ca5facb 100644
> --- a/board/nvidia/dts/tegra20-harmony.dts
> +++ b/board/nvidia/dts/tegra20-harmony.dts
> @@ -54,4 +54,14 @@
>  	usb at c5004000 {
>  		status = "disabled";
>  	};
> +
> +	nand-controller at 70008000 {
> +		nvidia,wp-gpios = <&gpio 23 0>;		/* PC7 */
> +		nvidia,width = <8>;
> +		nvidia,timing = <26 100 20 80 20 10 12 10 70>;
> +		nand at 0 {
> +			reg = <0>;
> +			compatible = "hynix,hy27uf4g2b", "nand-flash";
> +		};
> +	};
>  };

Where is the binding for a generic "nand-flash" compatible?

-Scott

  parent reply	other threads:[~2012-08-10 23:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-30 17:37 [U-Boot] [PATCH] tegra: enable NAND on Harmony Stephen Warren
2012-07-30 20:34 ` Simon Glass
2012-07-31  5:53 ` Thierry Reding
2012-08-10 23:32 ` Scott Wood [this message]
2012-08-13 16:24   ` Stephen Warren

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=50259A09.4000905@freescale.com \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /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.