diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2014-01-14 21:05:41 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-04 05:17:00 +0400 |
commit | 760c277b23973a3db181b2ae98d9a87f6e8f843e (patch) | |
tree | 14af4716def3a73a9e71ddcf1dc94609fa5240d6 /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | b8532c699a163702bfcadaaa4c23c4ff71b67eec (diff) | |
download | linux-760c277b23973a3db181b2ae98d9a87f6e8f843e.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; +}; |