diff options
author | Richard Zhu | 2013-07-16 11:28:46 +0800 |
---|---|---|
committer | Shawn Guo | 2013-08-22 23:29:25 +0800 |
commit | 0fb1f804269e549b556b475c8655bc862c220622 (patch) | |
tree | 32ecacf8cc60836f533173bfecd13adc0ef0245d /arch/arm/boot/dts/imx6q-sabreauto.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-sabreauto.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-sabreauto.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabreauto.dts b/arch/arm/boot/dts/imx6q-sabreauto.dts index 9e634ccb798f..334b9247e78c 100644 --- a/arch/arm/boot/dts/imx6q-sabreauto.dts +++ b/arch/arm/boot/dts/imx6q-sabreauto.dts @@ -19,3 +19,7 @@ model = "Freescale i.MX6 Quad SABRE Automotive Board"; compatible = "fsl,imx6q-sabreauto", "fsl,imx6q"; }; + +&sata { + status = "okay"; +}; |