Commit 8a9687b3 authored by Dumitru Ceclan's avatar Dumitru Ceclan Committed by Jonathan Cameron
Browse files

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: default avatarDumitru Ceclan <dumitru.ceclan@analog.com>
Link: https://patch.msgid.link/20240812-ad4113-v3-2-046e785dd253@analog.com


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 918e4c56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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