All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Feng Kan <fkan@amcc.com>
Cc: linuxppc-dev@ozlabs.org, linux-ide@vger.kernel.org
Subject: Re: [PATCH 3/3 v3] Add 4xx SATA dts node documentation
Date: Fri, 08 May 2009 14:52:29 +0400	[thread overview]
Message-ID: <4A040EED.30409@ru.mvista.com> (raw)
In-Reply-To: <1241632186-2613-1-git-send-email-fkan@amcc.com>

Feng Kan wrote:

> Signed-off-by: Feng Kan <fkan@amcc.com>

[...]

> diff --git a/Documentation/powerpc/dts-bindings/4xx/sata.txt b/Documentation/powerpc/dts-bindings/4xx/sata.txt
> new file mode 100644
> index 0000000..3ce00d0
> --- /dev/null
> +++ b/Documentation/powerpc/dts-bindings/4xx/sata.txt
> @@ -0,0 +1,24 @@
> +AMCC SoC SATA Support 
> +
> +This following is only for the 460ex support for Designware SATA core
> +
> +Required properties:
> +- compatible : "amcc,sata-460ex".
> +- reg : the first set defines SATA controller register, the second set
> +        is for the AHB DMA controller for SATA.
> +- interrupt-parent: UIC3
> +- interrupts: one for SATA and one for the DMA
> +
> +Notes:
> +The SATA is only available when the first PCIe port is disabled.
> +
> +Example:
> +
> +SATA0: sata@bffd1000 {
> +	compatible = "amcc,sata-460ex";
> +        reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>;

     Spaces ISO tab.

> +	interrupt-parent = <&UIC3>;
> +	interrupts = <0 4       /* SATA */
> +		      5 4>;     /* AHBDMA */
> +};
> +

MBR, Sergei

  reply	other threads:[~2009-05-08 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-06 17:49 [PATCH 3/3 v3] Add 4xx SATA dts node documentation Feng Kan
2009-05-08 10:52 ` Sergei Shtylyov [this message]
2009-05-08 13:35 ` Sergei Shtylyov

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=4A040EED.30409@ru.mvista.com \
    --to=sshtylyov@ru.mvista.com \
    --cc=fkan@amcc.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.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.