linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: imx6q-tbs2910: add SATA PHY configuration
@ 2016-02-07 18:34 Soeren Moch
  2016-02-07 18:34 ` [PATCH 2/4] ARM: dts: imx6q-tbs2910: avoid sdhci boot warnings Soeren Moch
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Soeren Moch @ 2016-02-07 18:34 UTC (permalink / raw)
  To: linux-arm-kernel

Configure SATA PHY transmit level, boost, attenuation and equalizer
parameters for long wire connections. TBS2910 contains a standard SATA
connector, so devices are typically connected with (longer) SATA cables.
And explicitly configuring these parameters avoids complaints about
"not specified" values in boot messages.

Signed-off-by: Soeren Moch <smoch@web.de>
---
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: linux-arm-kernel at lists.infradead.org
---
 arch/arm/boot/dts/imx6q-tbs2910.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/imx6q-tbs2910.dts b/arch/arm/boot/dts/imx6q-tbs2910.dts
index 5645d52..d8155d0 100644
--- a/arch/arm/boot/dts/imx6q-tbs2910.dts
+++ b/arch/arm/boot/dts/imx6q-tbs2910.dts
@@ -205,6 +205,10 @@
 };
 
 &sata {
+	fsl,transmit-level-mV = <1104>;
+	fsl,transmit-boost-mdB = <3330>;
+	fsl,transmit-atten-16ths = <16>;
+	fsl,receive-eq-mdB = <3000>;
 	status = "okay";
 };
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-14  7:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-07 18:34 [PATCH 1/4] ARM: dts: imx6q-tbs2910: add SATA PHY configuration Soeren Moch
2016-02-07 18:34 ` [PATCH 2/4] ARM: dts: imx6q-tbs2910: avoid sdhci boot warnings Soeren Moch
2016-02-07 18:34 ` [PATCH 3/4] ARM: dts: imx6q-tbs2910: remove unnecessary iomuxc container nodes Soeren Moch
2016-02-07 18:34 ` [PATCH 4/4] ARM: dts: imx6q-tbs2910: remove artificial simple-bus for regulators Soeren Moch
2016-02-14  7:20 ` [PATCH 1/4] ARM: dts: imx6q-tbs2910: add SATA PHY configuration Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).