mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 21:37:25 +02:00
iio: adc: ad7173: order chipID by value
The chipIDs defines were supposed to be ordered by value, one was out of order. Fix the order. Signed-off-by: Dumitru Ceclan <dumitru.ceclan@analog.com> Link: https://patch.msgid.link/20240812-ad4113-v3-2-046e785dd253@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
918e4c56bd
commit
8a9687b30a
|
|
@ -76,8 +76,8 @@
|
|||
(x) == AD7173_AIN_REF_NEG)
|
||||
|
||||
#define AD7172_2_ID 0x00d0
|
||||
#define AD7175_ID 0x0cd0
|
||||
#define AD7176_ID 0x0c90
|
||||
#define AD7175_ID 0x0cd0
|
||||
#define AD7175_2_ID 0x0cd0
|
||||
#define AD7172_4_ID 0x2050
|
||||
#define AD7173_ID 0x30d0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user