summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qp-sabresd.dts
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2020-07-10 16:30:48 +0800
committerShawn Guo <shawnguo@kernel.org>2020-07-13 19:48:53 +0800
commitd4650bd53f50bcebfcc59d056e5ca4b3a957e811 (patch)
treeddc7d34785675b505db08f5c4cf7d75d731d84ad /arch/arm/boot/dts/imx6qp-sabresd.dts
parentaf3eaa4ab0961c25ab6baa37295a08568d78e8d3 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp-sabresd.dts')
-rw-r--r--arch/arm/boot/dts/imx6qp-sabresd.dts4
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";
+};