Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 785171fd authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Jonathan Cameron
Browse files

iio:ad7793: Fix ad7785 product ID



While the datasheet for the AD7785 lists 0xXB as the product ID the actual
product ID is 0xX3.

Fix the product ID otherwise the driver will reject the device due to non
matching IDs.

Fixes: e786cc26 ("staging:iio:ad7793: Implement stricter id checking")
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Cc: <Stable@vger.kernel.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 5dcbe97b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -101,7 +101,7 @@
#define AD7795_CH_AIN1M_AIN1M	8 /* AIN1(-) - AIN1(-) */
#define AD7795_CH_AIN1M_AIN1M	8 /* AIN1(-) - AIN1(-) */


/* ID Register Bit Designations (AD7793_REG_ID) */
/* ID Register Bit Designations (AD7793_REG_ID) */
#define AD7785_ID		0xB
#define AD7785_ID		0x3
#define AD7792_ID		0xA
#define AD7792_ID		0xA
#define AD7793_ID		0xB
#define AD7793_ID		0xB
#define AD7794_ID		0xF
#define AD7794_ID		0xF