mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
5482208321
Spread-spectrum doesn't work with Cubox-i hardware. eSATA devices are detected, but then fail on normal IO. Therefore, disable this feature. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
21 lines
355 B
Plaintext
21 lines
355 B
Plaintext
/*
|
|
* Copyright (C) 2014 Russell King
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "imx6q.dtsi"
|
|
#include "imx6qdl-cubox-i.dtsi"
|
|
|
|
/ {
|
|
model = "SolidRun Cubox-i Dual/Quad";
|
|
compatible = "solidrun,cubox-i/q", "fsl,imx6q";
|
|
};
|
|
|
|
&sata {
|
|
status = "okay";
|
|
fsl,transmit-level-mV = <1104>;
|
|
fsl,transmit-boost-mdB = <0>;
|
|
fsl,transmit-atten-16ths = <9>;
|
|
fsl,no-spread-spectrum;
|
|
};
|