From 539e0cb6dc48216e802157f224a2ea138c2ac8eb Mon Sep 17 00:00:00 2001 From: Peng Ma Date: Thu, 11 Oct 2018 10:34:20 +0000 Subject: armv8: dts: fsl-ls1046a: add sata node support One ls1046a, 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 Reviewed-by: York Sun --- arch/arm/dts/fsl-ls1046a-rdb.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/dts/fsl-ls1046a-rdb.dts') diff --git a/arch/arm/dts/fsl-ls1046a-rdb.dts b/arch/arm/dts/fsl-ls1046a-rdb.dts index 136de245f3..ba30fd262a 100644 --- a/arch/arm/dts/fsl-ls1046a-rdb.dts +++ b/arch/arm/dts/fsl-ls1046a-rdb.dts @@ -39,3 +39,7 @@ reg = <1>; }; }; + +&sata { + status = "okay"; +}; -- cgit