Skip to content

Commit f7711d6

Browse files
sarpadiSRaus
authored andcommitted
axi_ad7606x: Fix DRP locked
software expects DRP locked to be 1 and it should be set to 1 if not used https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/commit/?h=testing&id=70a0e10f8ab62ba82b080347ca0a119e14e964c9 (cherry picked from commit 7d0a4ce)
1 parent 57fae16 commit f7711d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/axi_ad7606x/axi_ad7606x.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ module axi_ad7606x #(
419419
.up_drp_wdata (),
420420
.up_drp_rdata (),
421421
.up_drp_ready (),
422-
.up_drp_locked (),
422+
.up_drp_locked (1'b1),
423423
.adc_config_wr (wr_data_s),
424424
.adc_config_ctrl (adc_config_ctrl_s),
425425
.adc_config_rd ({16'd0, rd_data_s}),

0 commit comments

Comments
 (0)