ARM: dts: imx6qp-sabresd: enable sata
authorRichard Zhu <hongxing.zhu@nxp.com>
Fri, 10 Jul 2020 08:30:48 +0000 (16:30 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 13 Jul 2020 11:48:53 +0000 (19:48 +0800)
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>
arch/arm/boot/dts/imx6qp-sabresd.dts

index f1b9cb1..480e731 100644 (file)
@@ -53,3 +53,7 @@
 &pcie {
        status = "disabled";
 };
+
+&sata {
+       status = "okay";
+};