1
0
Fork 0

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>
zero-colors
Bartosz Golaszewski 2017-01-30 11:02:11 +01:00 committed by Sekhar Nori
parent 031913931b
commit 91aba93708
1 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,10 @@
status = "okay";
};
&sata {
status = "okay";
};
&mdio {
pinctrl-names = "default";
pinctrl-0 = <&mdio_pins>;