ARM: dts: imx6q-tbs2910: add SATA PHY configuration
authorSoeren Moch <smoch@web.de>
Sun, 7 Feb 2016 18:34:30 +0000 (19:34 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 29 Feb 2016 08:17:32 +0000 (16:17 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-tbs2910.dts

index 5645d52850a7eca0f1905f7341935ae82ce99859..d8155d03d141b0ca13173ea888b0389171f60a50 100644 (file)
 };
 
 &sata {
+       fsl,transmit-level-mV = <1104>;
+       fsl,transmit-boost-mdB = <3330>;
+       fsl,transmit-atten-16ths = <16>;
+       fsl,receive-eq-mdB = <3000>;
        status = "okay";
 };
 
This page took 0.02533 seconds and 5 git commands to generate.