We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e07ea0 commit a5b4676Copy full SHA for a5b4676
drivers/mfd/mfd_ad5592.c
@@ -15,7 +15,7 @@
15
#define AD5592_GPIO_READBACK_EN BIT(10)
16
#define AD5592_LDAC_READBACK_EN BIT(6)
17
#define AD5592_REG_SOFTWARE_RESET 0x0FU
18
-#define AD5592_SOFTWARE_RESET_MAGIC_VAL 0xDAC
+#define AD5592_SOFTWARE_RESET_MAGIC_VAL 0x5AC
19
#define AD5592_REV_VAL_MASK 0x3FF
20
#define AD5592_REG_SHIFT_VAL 11
21
#define AD5592_REG_READBACK_SHIFT_VAL 2
0 commit comments