On Sat, Mar 26, 2022 at 12:34 AM Gwendal Grignou gwendal@chromium.org wrote:
Fix the default value for the register that set the resistance: it has to be 0x10.
Has to be according to what? Datasheet? Reverse engineering?
...
+#define SX9324_REG_AFE_CTRL8_RSVD 0x10
Seems like a BIT() mask here. Also I don't think it's a good idea to put RSVD. Does it mean "reserved"? Is it really how it's written in the datasheet?