Skip to content

Commit

Permalink
iio: adc: cf_axi_adc.h: Fix HDL core config defines
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich authored and commodo committed Dec 9, 2019
1 parent a19c0c0 commit 9b8a4ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/iio/adc/cf_axi_adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
#define ADI_DATAFORMAT_DISABLE (1 << 2)
#define ADI_USERPORTS_DISABLE (1 << 3)
#define ADI_MODE_1R1T (1 << 4)
#define ADI_SCALECORRECTION_ONLY (1 << 5)
#define ADI_DELAY_CONTROL_DISABLE (1 << 5)
#define ADI_CMOS_OR_LVDS_N (1 << 7)
#define ADI_PPS_RECEIVER_ENABLE (1 << 8)
#define ADI_SCALECORRECTION_ONLY (1 << 9)

#define ADI_REG_RSTN 0x0040
#define ADI_RSTN (1 << 0)
Expand Down

0 comments on commit 9b8a4ec

Please sign in to comment.