Skip to content

Commit

Permalink
iio: frequency: cf_axi_dds: update dds_data_select names
Browse files Browse the repository at this point in the history
Update dds_data_select element names based on documentation fix [1].

[1] https://wiki.analog.com/resources/fpga/peripherals/jesd204/jesd204_tpl_dac

Signed-off-by: Liam Beguin <[email protected]>
  • Loading branch information
liambeguin authored and commodo committed May 28, 2020
1 parent 3ce5946 commit 9ef0448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/iio/frequency/cf_axi_dds.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ enum dds_data_select {
DATA_SEL_SED,
DATA_SEL_DMA,
DATA_SEL_ZERO, /* OUTPUT 0 */
DATA_SEL_INV_PN7,
DATA_SEL_INV_PN15,
DATA_SEL_PN7,
DATA_SEL_PN15,
DATA_SEL_PN23,
DATA_SEL_PN31,
DATA_SEL_LB, /* loopback data (ADC) */
DATA_SEL_PNXX, /* (Device specific) */
};
Expand Down

0 comments on commit 9ef0448

Please sign in to comment.