summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1088a-rdb.dts
diff options
context:
space:
mode:
authorPeng Ma <peng.ma@nxp.com>2018-10-22 10:39:50 +0800
committerYork Sun <york.sun@nxp.com>2018-12-06 14:37:19 -0800
commit3e586ee30772cd4505b6cfa62bf1e6384d810b67 (patch)
treeb319bb7fb0f8a031b9f0565845d9ad1a07f10400 /arch/arm/dts/fsl-ls1088a-rdb.dts
parentaaaffe9050b34c2a70ac9031b7157bf2ef7c7007 (diff)
armv8: dts: fsl-ls1088a: add sata node support
One ls1088a, there is one SATA 3.0 advanced host controller interface which is a high-performance SATA solution that delivers comprehensive and fully-compliant generation 3 (1.5 Gb/s - 6.0 Gb/s) serial ATA capabilities, in accordance with the serial ATA revision 3.0 of Serial ATA International Organization. Add sata node to support this feature. Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls1088a-rdb.dts')
-rw-r--r--arch/arm/dts/fsl-ls1088a-rdb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1088a-rdb.dts b/arch/arm/dts/fsl-ls1088a-rdb.dts
index 0be3f8d025..f30bbb7247 100644
--- a/arch/arm/dts/fsl-ls1088a-rdb.dts
+++ b/arch/arm/dts/fsl-ls1088a-rdb.dts
@@ -37,3 +37,7 @@
reg = <1>;
};
};
+
+&sata {
+ status = "okay";
+};