[PATCH 2/5] ARM: mvebu: enable the SATA interface on Armada 375 DB
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Fri Apr 18 00:41:45 PDT 2014
The Armada 375 SoC has a dual-port SATA interface, which is exposed on
the Armada 375 DB board. This commit therefore enables this interface
on the Armada 375 DB board.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
arch/arm/boot/dts/armada-375-db.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/armada-375-db.dts b/arch/arm/boot/dts/armada-375-db.dts
index 9378d31..0451124 100644
--- a/arch/arm/boot/dts/armada-375-db.dts
+++ b/arch/arm/boot/dts/armada-375-db.dts
@@ -79,6 +79,11 @@
};
};
+ sata at a0000 {
+ status = "okay";
+ nr-ports = <2>;
+ };
+
nand: nand at d0000 {
pinctrl-0 = <&nand_pins>;
pinctrl-names = "default";
--
1.9.2
More information about the linux-arm-kernel
mailing list