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 <valentine.barshak@cogentembedded.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Valentine Barshak 2014-01-14 21:05:41 +04:00 committed by Simon Horman
parent b8532c699a
commit 760c277b23

View File

@ -122,3 +122,7 @@
renesas,function = "scif1";
};
};
&sata0 {
status = "okay";
};