ARM: dts: da850-lcdk: enable the SATA node
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 30 Jan 2017 10:02:11 +0000 (11:02 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 31 Jan 2017 12:22:35 +0000 (17:52 +0530)
Enable the SATA node for da850-lcdk. We omit the pinctrl property on
purpose - the muxed SATA pins are not hooked up to anything
SATA-related on the lcdk.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lcdk.dts

index 60e027e8a054007ed560ff0f12a86bba34516508..b837fec70eec8cb7d241d14559c8fad9c0cbb909 100644 (file)
        status = "okay";
 };
 
+&sata {
+       status = "okay";
+};
+
 &mdio {
        pinctrl-names = "default";
        pinctrl-0 = <&mdio_pins>;