diff options
author | Peng Ma <peng.ma@nxp.com> | 2018-10-22 10:43:21 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-12-06 14:37:19 -0800 |
commit | 8ec42856f182726cf90867c43d0a1993928775bc (patch) | |
tree | 1af481ebee8866bf33780803966a6d4901d4baa3 /arch/arm/dts/fsl-ls2080a-qds.dts | |
parent | 1039d1ac63d540398c5ebb681864dd6e04f86e7b (diff) |
armv8: dts: fsl-ls2080a: add sata node support
One ls2080a, 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-ls2080a-qds.dts')
-rw-r--r-- | arch/arm/dts/fsl-ls2080a-qds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls2080a-qds.dts b/arch/arm/dts/fsl-ls2080a-qds.dts index fbd6c78e9f..39fbc1b79c 100644 --- a/arch/arm/dts/fsl-ls2080a-qds.dts +++ b/arch/arm/dts/fsl-ls2080a-qds.dts @@ -64,3 +64,7 @@ reg = <0>; }; }; + +&sata { + status = "okay"; +}; |