From: Valentine Barshak Date: Tue, 14 Jan 2014 17:05:41 +0000 (+0400) Subject: ARM: shmobile: koelsch: Enable SATA0 in r8a7791-koelsch.dts X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=760c277b23973a3db181b2ae98d9a87f6e8f843e;p=deliverable%2Flinux.git ARM: shmobile: koelsch: Enable SATA0 in r8a7791-koelsch.dts This enables SATA0 in Koelsch device tree. SATA1 is not available on Koelsch since its pinmux configuration is fixed to PCIe. Signed-off-by: Valentine Barshak Acked-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index d30527dee0c9..74f098596b5c 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -122,3 +122,7 @@ renesas,function = "scif1"; }; }; + +&sata0 { + status = "okay"; +};