From: Michael Walle Date: Sun, 10 Jan 2021 19:54:54 +0000 (+0100) Subject: arm64: dts: freescale: sl28: enable SATA support X-Git-Tag: accepted/tizen/unified/20230118.172025~7896^2~8^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dd74cf8f3e68fa46a253804ac42e9d3f4f58885;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: freescale: sl28: enable SATA support With a newer bootloader SATA might be used in a mPCI slot using a mSATA card. Enable the SATA controller on the Kontron K-Box LS-230-A which comes with such a slot. Signed-off-by: Michael Walle Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts index d66d8b2..6b575ef 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts @@ -107,3 +107,7 @@ ethernet = <&enetc_port2>; status = "okay"; }; + +&sata { + status = "okay"; +};