]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
armv8: lx2160aqds: Enable sata
authorPeng Ma <peng.ma@nxp.com>
Wed, 22 May 2019 02:43:22 +0000 (02:43 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Wed, 19 Jun 2019 07:24:56 +0000 (12:54 +0530)
Change sata node status to enable sata.

Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/dts/fsl-lx2160a-qds.dts

index 6192156fc373c32ad9160edd0a92399702e39577..77cf2cef9a3a1738c74c4f9be198f12d963d9d56 100644 (file)
        compatible = "fsl,lx2160aqds", "fsl,lx2160a";
 };
 
+&sata0 {
+       status = "okay";
+};
+
+&sata1 {
+       status = "okay";
+};
+
+&sata2 {
+       status = "okay";
+};
+
+&sata3 {
+       status = "okay";
+};