diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-01-30 13:02:11 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-01-31 15:22:35 +0300 |
commit | 91aba937086daedba96c3227b40697b7c4da1520 (patch) | |
tree | 47f68f30556a98fd05d5113ac12d8a2726b4d59e /arch/arm/boot/dts | |
parent | 031913931bc8d54390b45d7c46d67efbce9076df (diff) | |
download | linux-91aba937086daedba96c3227b40697b7c4da1520.tar.xz |
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 <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/da850-lcdk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index 60e027e8a054..b837fec70eec 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>; |