8000 iio: frequency: cf_axi_dds: update dds_data_select names · analogdevicesinc/linux@9ef0448 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 9ef0448

Browse files
liambeguincommodo
authored andcommitted
iio: frequency: cf_axi_dds: update dds_data_select names
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 <lvb@xiphos.com>
1 parent 3ce5946 commit 9ef0448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/iio/frequency/cf_axi_dds.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ enum dds_data_select {
4949
DATA_SEL_SED,
5050
DATA_SEL_DMA,
5151
DATA_SEL_ZERO, /* OUTPUT 0 */
52+
DATA_SEL_INV_PN7,
53+
DATA_SEL_INV_PN15,
5254
DATA_SEL_PN7,
5355
DATA_SEL_PN15,
54-
DATA_SEL_PN23,
55-
DATA_SEL_PN31,
5656
DATA_SEL_LB, /* loopback data (ADC) */
5757
DATA_SEL_PNXX, /* (Device specific) */
5858
};

0 commit comments

Comments
 (0)
0