From: Antoine Ténart Date: Wed, 30 Jul 2014 18:14:01 +0000 (+0200) Subject: ARM: dts: berlin: enable the eSATA interface on the BG2Q DMP X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e00ec0bd23ef0eea0c8f8e1b75936a9537ec1c33;p=linux-beck.git 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 Signed-off-by: Sebastian Hesselbarth --- 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"; +};