diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-21 16:37:01 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-21 17:20:35 -0500 |
commit | 6435389dde897644b5e0f3202d0d2ce9e47ddf45 (patch) | |
tree | 887d0c95112b981dc50031712ff837012bc3cb03 /arch/arm | |
parent | 14bedd4afbd10a89b50f439f88cdd01c999ecd16 (diff) |
ARM: mvebu: Add SATA support for OpenBlocks AX3-4
This patch enables SATA support on the OpenBlocks AX3-4. It has one
internal SATA port, and an external eSATA port.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts index 13ce6ae364c..b42652fd3d8 100644 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | |||
@@ -117,5 +117,9 @@ | |||
117 | reg = <0x30>; | 117 | reg = <0x30>; |
118 | }; | 118 | }; |
119 | }; | 119 | }; |
120 | sata@d00a0000 { | ||
121 | nr-ports = <2>; | ||
122 | status = "okay"; | ||
123 | }; | ||
120 | }; | 124 | }; |
121 | }; | 125 | }; |