diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2014-07-30 20:14:01 +0200 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-10-29 19:44:34 +0100 |
commit | e00ec0bd23ef0eea0c8f8e1b75936a9537ec1c33 (patch) | |
tree | 3a0772036b20edd14e0b17e8b5bee5c55a11e225 /arch/arm/boot/dts/berlin2q-marvell-dmp.dts | |
parent | 70a2b717d0a32d4702ae45880fc1370d9ce93ec0 (diff) |
ARM: dts: berlin: enable the eSATA interface on the BG2Q DMP
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>
Diffstat (limited to 'arch/arm/boot/dts/berlin2q-marvell-dmp.dts')
-rw-r--r-- | arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts index ea1f99b8eed6..a403b0a5ba91 100644 --- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts +++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts @@ -49,3 +49,11 @@ ð0 { status = "okay"; }; + +&sata0 { + status = "okay"; +}; + +&sata_phy { + status = "okay"; +}; |