Skip to content

Commit

Permalink
ARM: mvebu: Enable rear eSATA ports of NETGEAR ReadyNAS 2120
Browse files Browse the repository at this point in the history
NETGEAR ReadyNAS 2120 supports its four main SATA disks via 2
Marvell 88SE9170 SATA controllers connected on the PCIe bus
of the the SoC. The two eSATA ports available at the rear of
the device are handled by the native SATA controller of the
Armada XP SoC powering the NAS. This patch enables the SoC
SATA controller in the .dts file to make those two rear ports
available.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/f3876c7a9ef11eb758b9df18c671ee740b8be614.1414250947.git.arno@natisbad.org
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Arnaud Ebalard authored and Jason Cooper committed Nov 1, 2014
1 parent 9a27b44 commit ab3172e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
};
};

/* Two rear eSATA ports */
sata@a0000 {
nr-ports = <2>;
status = "okay";
};

serial@12000 {
status = "okay";
};
Expand Down

0 comments on commit ab3172e

Please sign in to comment.