From c09d674fcb6391faad82ecdab2da32c9a9c5eeb3 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Wed, 21 Aug 2024 11:38:37 +0200 Subject: [PATCH] docs: fix CNTRL_2 DATA_FORMAT field Noted that in my application, ad3552r-axi, i need to set this bit (4) to 0 to have unsigned 16bit samples generated. Signed-off-by: Angelo Dureghello --- docs/regmap/adi_regmap_dac.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/regmap/adi_regmap_dac.txt b/docs/regmap/adi_regmap_dac.txt index 73e9befb6b..a14804170a 100644 --- a/docs/regmap/adi_regmap_dac.txt +++ b/docs/regmap/adi_regmap_dac.txt @@ -143,7 +143,7 @@ FIELD [4] 0x00000000 DATA_FORMAT RW -Select data format 2's complement (0x0) or offset binary (0x1). +Select data format unsigned (0x0) or 2's complement (0x1). NOT-APPLICABLE if DAC_DP_DISABLE is set (0x1). ENDFIELD