Skip to content

Commit 915235e

Browse files
Shetty-Anushbuha
authored andcommitted
drivers: dac: ad5710r: Update device product ID
Update ad5710r product ID from 0x00 to 0x08 in ad5710r_product_id enum Signed-off-by: Anush Shetty <[email protected]>
1 parent 4bcb670 commit 915235e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dac/ad5710r/ad5710r.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ enum ad5710r_id {
184184

185185
/** AD5710R product ID */
186186
enum ad5710r_product_id {
187-
PROD_ID_AD5710R = 0x00,
187+
PROD_ID_AD5710R = 0x08,
188188
};
189189

190190
/**

0 commit comments

Comments
 (0)