* [PATCH 3/3 v3] Add 4xx SATA dts node documentation
@ 2009-05-06 17:49 Feng Kan
2009-05-08 13:35 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Feng Kan @ 2009-05-06 17:49 UTC (permalink / raw)
To: linuxppc-dev, linux-ide; +Cc: Feng Kan
Signed-off-by: Feng Kan <fkan@amcc.com>
---
Documentation/powerpc/dts-bindings/4xx/sata.txt | 24 +++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 Documentation/powerpc/dts-bindings/4xx/sata.txt
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>;
+ interrupt-parent = <&UIC3>;
+ interrupts = <0 4 /* SATA */
+ 5 4>; /* AHBDMA */
+};
+
--
1.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 3/3 v3] Add 4xx SATA dts node documentation
2009-05-06 17:49 [PATCH 3/3 v3] Add 4xx SATA dts node documentation Feng Kan
@ 2009-05-08 13:35 ` Sergei Shtylyov
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Shtylyov @ 2009-05-08 13:35 UTC (permalink / raw)
To: Feng Kan; +Cc: linuxppc-dev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-08 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06 17:49 [PATCH 3/3 v3] Add 4xx SATA dts node documentation Feng Kan
2009-05-08 13:35 ` Sergei Shtylyov
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).