From 86bff2bb095bbf1308670274ce0a13c6311aa02b Mon Sep 17 00:00:00 2001 From: Yuantian Tang Date: Fri, 13 Jul 2018 17:25:29 +0800 Subject: armv8: dts: fsl-ls1012a: add sata node support One ls1012a, 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: Tang Yuantian Reviewed-by: Simon Glass Reviewed-by: York Sun --- arch/arm/dts/fsl-ls1012a-2g5rdb.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/dts/fsl-ls1012a-2g5rdb.dts') diff --git a/arch/arm/dts/fsl-ls1012a-2g5rdb.dts b/arch/arm/dts/fsl-ls1012a-2g5rdb.dts index db23cf87ed..cdd4ce45aa 100644 --- a/arch/arm/dts/fsl-ls1012a-2g5rdb.dts +++ b/arch/arm/dts/fsl-ls1012a-2g5rdb.dts @@ -40,3 +40,7 @@ &duart0 { status = "okay"; }; + +&sata { + status = "okay"; +}; -- cgit v1.2.1