ARM: dts: berlin: enable the eSATA interface on the BG2Q DMP
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Wed, 30 Jul 2014 18:14:01 +0000 (20:14 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 29 Oct 2014 18:44:34 +0000 (19:44 +0100)
The BG2Q has an AHCI SATA controller with an eSATA interface. Enable it.
Only enable the first port, the BG2Q DMP does not support the second one.

Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/boot/dts/berlin2q-marvell-dmp.dts

index ea1f99b8eed688988fa9b7924c60389d2162dbaa..a403b0a5ba9179d8a8c9d3fab0d3be37ee5eb831 100644 (file)
 &eth0 {
        status = "okay";
 };
+
+&sata0 {
+       status = "okay";
+};
+
+&sata_phy {
+       status = "okay";
+};
This page took 0.051597 seconds and 5 git commands to generate.