Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c463178 authored by Russell King's avatar Russell King Committed by Shawn Guo
Browse files

ARM: dts: cubox-i: add eSATA DT configuration



Add the transmit level, boost and attenuation parameters necessary for
the eSATA interface on Cubox-i to work.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent b3d8e11f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,4 +13,7 @@

&sata {
	status = "okay";
	fsl,transmit-level-mV = <1104>;
	fsl,transmit-boost-mdB = <0>;
	fsl,transmit-atten-16ths = <9>;
};