ARM: dts: cubox-i: add eSATA DT configuration
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 24 Jun 2014 10:19:58 +0000 (11:19 +0100)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:40 +0000 (16:49 +0800)
Add the transmit level, boost and attenuation parameters necessary for
the eSATA interface on Cubox-i to work.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6q-cubox-i.dts

index bc5f31e..941365d 100644 (file)
@@ -13,4 +13,7 @@
 
 &sata {
        status = "okay";
+       fsl,transmit-level-mV = <1104>;
+       fsl,transmit-boost-mdB = <0>;
+       fsl,transmit-atten-16ths = <9>;
 };