arm: mvebu: Clarify (e)SATA ports info in NETGEAR ReadyNAS 102 .dts file
authorArnaud Ebalard <arno@natisbad.org>
Fri, 24 Oct 2014 21:22:16 +0000 (23:22 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 1 Nov 2014 22:51:13 +0000 (22:51 +0000)
On NETGEAR ReadyNAS 102, the two disks are connected to the external
Marvell 88SE9170 SATA Controller connected to the PCIe bus. The rear
eSATA port is connected to the native Armada 370 SATA controller.

This patch updates the comments in .dts file wrt SATA interfaces and
reduces the number of ports for native Armada 370 interface from 2
to 1.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/4af680f9a68281755e31df2491f0590046138230.1414185031.git.arno@natisbad.org
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370-netgear-rn102.dts

index f79579bdf8fe1e3605c5fa05918d7a3df338789d..1e38628f4060323c757173c1a2f1738fd142a638 100644 (file)
@@ -35,7 +35,7 @@
                pcie-controller {
                        status = "okay";
 
-                       /* Connected to Marvell SATA controller */
+                       /* Connected to Marvell 88SE9170 SATA controller */
                        pcie@1,0 {
                                /* Port 0, Lane 0 */
                                status = "okay";
@@ -53,8 +53,9 @@
                                status = "okay";
                        };
 
+                       /* eSATA interface */
                        sata@a0000 {
-                               nr-ports = <2>;
+                               nr-ports = <1>;
                                status = "okay";
                        };
 
This page took 0.031058 seconds and 5 git commands to generate.