forked from Minki/linux
4011009d23
Initial patch from Rabeeh, but with the electrical properties added. Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
22 lines
438 B
Plaintext
22 lines
438 B
Plaintext
/*
|
|
* Copyright (C) 2014 Rabeeh Khoury (rabeeh@solid-run.com)
|
|
* Based on dt work by Russell King
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "imx6q.dtsi"
|
|
#include "imx6qdl-hummingboard.dtsi"
|
|
|
|
/ {
|
|
model = "SolidRun HummingBoard Dual/Quad";
|
|
compatible = "solidrun,hummingboard/q", "fsl,imx6q";
|
|
};
|
|
|
|
&sata {
|
|
status = "okay";
|
|
fsl,transmit-level-mV = <1025>;
|
|
fsl,transmit-boost-mdB = <3330>;
|
|
fsl,transmit-atten-16ths = <9>;
|
|
fsl,receive-eq-mdB = <3000>;
|
|
};
|