arm64: dts: freescale: sl28: enable SATA support
authorMichael Walle <michael@walle.cc>
Sun, 10 Jan 2021 19:54:54 +0000 (20:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 18 Jan 2021 00:22:38 +0000 (08:22 +0800)
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 <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts

index d66d8b2..6b575ef 100644 (file)
        ethernet = <&enetc_port2>;
        status = "okay";
 };
        ethernet = <&enetc_port2>;
        status = "okay";
 };
+
+&sata {
+       status = "okay";
+};