diff mbox

[2/2] ARM: dts: koelsch: Enable SATA0 in r8a7791-koelsch.dts

Message ID 1389719141-24419-3-git-send-email-valentine.barshak@cogentembedded.com (mailing list archive)
State Accepted
Commit 11676ca51d1309c4624a7e9fa77536451e90fcc2
Headers show

Commit Message

Valentine Barshak Jan. 14, 2014, 5:05 p.m. UTC
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 <valentine.barshak@cogentembedded.com>
---
 arch/arm/boot/dts/r8a7791-koelsch.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index d30527d..74f0985 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";
+};