diff options
author | Richard Zhu <r65037@freescale.com> | 2013-07-15 23:28:46 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:25 -0400 |
commit | 0fb1f804269e549b556b475c8655bc862c220622 (patch) | |
tree | 32ecacf8cc60836f533173bfecd13adc0ef0245d /arch/arm/boot/dts/imx6q-sabrelite.dts | |
parent | 98a3e804de9158f6e3d568f45c02552af47a0367 (diff) |
ARM: dtsi: enable ahci sata on imx6q platforms
Only imx6q has the ahci sata controller, enable
it on imx6q platforms.
Signed-off-by: Richard Zhu <r65037@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabrelite.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabrelite.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index 38b8aeac5c56..e0f4cd041c70 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts | |||
@@ -65,6 +65,10 @@ | |||
65 | }; | 65 | }; |
66 | }; | 66 | }; |
67 | 67 | ||
68 | &sata { | ||
69 | status = "okay"; | ||
70 | }; | ||
71 | |||
68 | &ecspi1 { | 72 | &ecspi1 { |
69 | fsl,spi-num-chipselects = <1>; | 73 | fsl,spi-num-chipselects = <1>; |
70 | cs-gpios = <&gpio3 19 0>; | 74 | cs-gpios = <&gpio3 19 0>; |