ARM: shmobile: koelsch: Enable SATA0 in r8a7791-koelsch.dts
authorValentine Barshak <valentine.barshak@cogentembedded.com>
Tue, 14 Jan 2014 17:05:41 +0000 (21:05 +0400)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Feb 2014 01:17:00 +0000 (10:17 +0900)
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>
arch/arm/boot/dts/r8a7791-koelsch.dts

index d30527dee0c9ea1a9afaa18aff75f241fd9987a0..74f098596b5c93f400172f4e42c815217eb480f8 100644 (file)
                renesas,function = "scif1";
        };
 };
+
+&sata0 {
+       status = "okay";
+};