Commit 5dd74cf8 authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

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: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 12dffe14
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -107,3 +107,7 @@ &mscc_felix_port4 {
	ethernet = <&enetc_port2>;
	status = "okay";
};

&sata {
	status = "okay";
};