From: Bartosz Golaszewski Date: Mon, 30 Jan 2017 10:02:11 +0000 (+0100) Subject: ARM: dts: da850-lcdk: enable the SATA node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=91aba937086daedba96c3227b40697b7c4da1520;p=linux.git ARM: dts: da850-lcdk: enable the SATA node 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 Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index 60e027e8a0540..b837fec70eec8 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -162,6 +162,10 @@ status = "okay"; }; +&sata { + status = "okay"; +}; + &mdio { pinctrl-names = "default"; pinctrl-0 = <&mdio_pins>;