diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2014-01-14 12:05:31 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:17:00 -0500 |
commit | c6181b9f06b0821e8d34e47174e044801f03edce (patch) | |
tree | ecc63c229076095e3a2d6e7dfddab95c51050e97 /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | cde630f763b07ff5d8ff7d34969f9dd05a2a4001 (diff) |
ARM: shmobile: lager: Enable SATA1 in r8a7790-lager.dts
This enables SATA1 in Lager device tree.
SATA0 is not available on Lager since its
pinmux is fixed to USB3.0.
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/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 57569cba1528..1081c5e91ac4 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -91,3 +91,7 @@ | |||
91 | non-removable; | 91 | non-removable; |
92 | status = "okay"; | 92 | status = "okay"; |
93 | }; | 93 | }; |
94 | |||
95 | &sata1 { | ||
96 | status = "okay"; | ||
97 | }; | ||