Skip to content

Commit 74f9ce2

Browse files
AndrDragomirnunojsa
authored andcommitted
dts/socfpga_arria10_socdk_adrv9025.dts: Change sysref mode to continuous
When booting the system with sysref in N-Shot mode there are always about 9 to 12 errors on the lanes while Continuous sysref gives 0 errors. Those errors don't seem to affect functionality. Both modes work fine in hardware, but continuous gives a cleaner jesd_status. Signed-off-by: AndrDragomir <andrei.dragomir@analog.com>
1 parent 6cf7f92 commit 74f9ce2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/boot/dts/socfpga_arria10_socdk_adrv9025.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@
112112

113113
/* SYSREF config */
114114
adi,sysref-src = <SYSREF_SRC_INTERNAL>;
115-
adi,sysref-pattern-mode = <SYSREF_PATTERN_NSHOT>;
115+
adi,sysref-pattern-mode = <SYSREF_PATTERN_CONTINUOUS>;
116116
adi,sysref-k-div = <512>;
117-
adi,sysref-nshot-mode = <SYSREF_NSHOT_8_PULSES>;
118117
adi,jesd204-desired-sysref-frequency-hz = <3840000>;
119118

120119
adi,rpole2 = <RPOLE2_900_OHM>;

0 commit comments

Comments
 (0)