Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560549
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 14/14] ARM: dts: da850-lcdk: enable the SATA node |
| Date | 2017-01-17 13:30 +0100 |
| Message-ID | <t0B3I-72K-29@gated-at.bofh.it> (permalink) |
| References | <t0B3H-72K-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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.
The REFCLKN/P rate on the board is 100MHz, so we need a multiplier of
15 for 1.5GHz PLL rate.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
arch/arm/boot/dts/da850-lcdk.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
index afcb482..fbeee3c 100644
--- a/arch/arm/boot/dts/da850-lcdk.dts
+++ b/arch/arm/boot/dts/da850-lcdk.dts
@@ -105,6 +105,10 @@
status = "okay";
};
+&sata {
+ status = "okay";
+};
+
&mdio {
pinctrl-names = "default";
pinctrl-0 = <&mdio_pins>;
--
2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 14/14] ARM: dts: da850-lcdk: enable the SATA node Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-01-17 13:30 +0100 Re: [PATCH v2 14/14] ARM: dts: da850-lcdk: enable the SATA node David Lechner <david@lechnology.com> - 2017-01-17 20:00 +0100 Re: [PATCH v2 14/14] ARM: dts: da850-lcdk: enable the SATA node Kevin Hilman <khilman@baylibre.com> - 2017-01-18 01:40 +0100
csiph-web