Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: socfpga: Adjust GMAC1 clock and TXD lines skew on VINING FPGA

Adjust GMAC1 clock lines skew to maximum (+960 ps) and TXD lines skew
to minimum (-420 ps), to improve signal integrity.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Marek Vasut and committed by
Dinh Nguyen
2dbaa6a6 325ec920

+6 -2
+6 -2
arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts
··· 96 96 rxd1-skew-ps = <0>; 97 97 rxd2-skew-ps = <0>; 98 98 rxd3-skew-ps = <0>; 99 + txd0-skew-ps = <0>; 100 + txd1-skew-ps = <0>; 101 + txd2-skew-ps = <0>; 102 + txd3-skew-ps = <0>; 99 103 txen-skew-ps = <0>; 100 - txc-skew-ps = <2600>; 104 + txc-skew-ps = <1860>; 101 105 rxdv-skew-ps = <0>; 102 - rxc-skew-ps = <2000>; 106 + rxc-skew-ps = <1860>; 103 107 }; 104 108 }; 105 109 };