LF-701 arm: dts: imx6qp-sabreauto: add sata support
authorRichard Zhu <hongxing.zhu@nxp.com>
Thu, 2 Jan 2020 08:49:22 +0000 (16:49 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:21:53 +0000 (11:21 +0800)
Add the SATA supports on iMX6QP sabreauto board.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
[ Aisheng: update patch title ]
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm/boot/dts/imx6qp-sabreauto.dts

index 1ca462f..34ee53c 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0+ OR MIT
 //
 // Copyright 2016 Freescale Semiconductor, Inc.
+// Copyright 2020 NXP
 
 /dts-v1/;
 
        status = "okay";
 };
 
+&sata {
+       status = "okay";
+};
+
 &vgen3_reg {
        regulator-always-on;
 };