From: Richard Zhu Date: Fri, 10 Jul 2020 08:30:48 +0000 (+0800) Subject: ARM: dts: imx6qp-sabresd: enable sata X-Git-Tag: v5.9-rc1~183^2~42^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4650bd53f50bcebfcc59d056e5ca4b3a957e811;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx6qp-sabresd: enable sata Enable SATA on iMX6QP SABRESD board. Signed-off-by: Richard Zhu Reviewed-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts index f1b9cb104fddc..480e73183f6b1 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"; +};