ARM: dts: imx6qp-wandboard-revd1: Add sata support
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 16 Oct 2017 22:01:45 +0000 (20:01 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Oct 2017 00:19:39 +0000 (08:19 +0800)
The imx6qp variant also has sata, so add support for it.

Reported-by: Luís Mendes <luis.p.mendes@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qp-wandboard-revd1.dts

index 7df5d96..f7badd8 100644 (file)
@@ -20,3 +20,7 @@
                reg = <0x10000000 0x80000000>;
        };
 };
+
+&sata {
+       status = "okay";
+};