diff options
author | 2020-07-10 16:30:48 +0800 | |
---|---|---|
committer | 2020-07-13 19:48:53 +0800 | |
commit | d4650bd53f50bcebfcc59d056e5ca4b3a957e811 (patch) | |
tree | ddc7d34785675b505db08f5c4cf7d75d731d84ad | |
parent | ARM: dts: imx6qp-sabreauto: enable sata (diff) | |
download | linux-dev-d4650bd53f50bcebfcc59d056e5ca4b3a957e811.tar.xz linux-dev-d4650bd53f50bcebfcc59d056e5ca4b3a957e811.zip |
ARM: dts: imx6qp-sabresd: enable sata
Enable SATA on iMX6QP SABRESD board.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qp-sabresd.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts index f1b9cb104fdd..480e73183f6b 100644 --- a/arch/arm/boot/dts/imx6qp-sabresd.dts +++ b/arch/arm/boot/dts/imx6qp-sabresd.dts @@ -53,3 +53,7 @@ &pcie { status = "disabled"; }; + +&sata { + status = "okay"; +}; |