Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1558373 > unrolled thread

[PATCH 10/10] ARM: dts: da850-lcdk: enable the SATA node

Started byBartosz Golaszewski <bgolaszewski@baylibre.com>
First post2017-01-13 13:50 +0100
Last post2017-01-13 13:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 10/10] ARM: dts: da850-lcdk: enable the SATA node Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-01-13 13:50 +0100

#1558373 — [PATCH 10/10] ARM: dts: da850-lcdk: enable the SATA node

FromBartosz Golaszewski <bgolaszewski@baylibre.com>
Date2017-01-13 13:50 +0100
Subject[PATCH 10/10] ARM: dts: da850-lcdk: enable the SATA node
Message-ID<sZ9sR-Vi-5@gated-at.bofh.it>
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 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
index afcb482..1e638da 100644
--- a/arch/arm/boot/dts/da850-lcdk.dts
+++ b/arch/arm/boot/dts/da850-lcdk.dts
@@ -105,6 +105,11 @@
 	status = "okay";
 };
 
+&sata {
+	status = "okay";
+	da850,clk_multiplier = <15>;
+};
+
 &mdio {
 	pinctrl-names = "default";
 	pinctrl-0 = <&mdio_pins>;
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web