diff options
author | Ashutosh singh <ashutosh.s@phytec.in> | 2014-02-20 11:20:18 +0530 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-21 10:14:02 +0800 |
commit | 55b0ef4e1d90b3d05a24f6897da1739ef9b13f75 (patch) | |
tree | b0f81a3ad62ee55d408feb0b82d0b2bf91e2612b | |
parent | 7b1c55bcc678b10ea16c9327a6e4afd844f2da66 (diff) |
ARM: dts: imx6q-phytec: Added SATA Supportimx6-dt-3.15-2
This patch adds support for SATA on Phytec phyFLEX-i.MX6 Quad module.
Signed-off-by: Ashutosh singh <ashutosh.s@phytec.in>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx6q-phytec-pbab01.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-phytec-pbab01.dts b/arch/arm/boot/dts/imx6q-phytec-pbab01.dts index 21c8b3799bd8..5607c331fca8 100644 --- a/arch/arm/boot/dts/imx6q-phytec-pbab01.dts +++ b/arch/arm/boot/dts/imx6q-phytec-pbab01.dts @@ -25,6 +25,10 @@ status = "okay"; }; +&sata { + status = "okay"; +}; + &uart4 { status = "okay"; }; |