]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: ad4080: fix AD4880 chip ID
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Tue, 2 Jun 2026 08:40:19 +0000 (11:40 +0300)
committerJonathan Cameron <jic23@kernel.org>
Tue, 2 Jun 2026 14:23:05 +0000 (15:23 +0100)
commit3f2d03ecf22b09da1d92ba06e1ba6e20d16060e9
treeef4dfa5273cbee8f5311390c0d3b2aafb68b49dc
parente45a44f2196e0d6aa22fd80beff1c18dee9e9348
iio: adc: ad4080: fix AD4880 chip ID

The AD4880 chip ID was incorrectly set to 0x0750. According to the
datasheet, the product ID registers read 0x00 (PRODUCT_ID_H) and 0x59
(PRODUCT_ID_L), giving a combined chip ID of 0x0059. Fix the value to
match the actual hardware.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Reviewed-by: Joshua Crofts <joshua.crofts1@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ad4080.c