iio: accel: adxl367: fix I2C FIFO data register
[linux-2.6-microblaze.git] / drivers / iio / accel / adxl367_i2c.c
index b595fe9..62c74bd 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "adxl367.h"
 
-#define ADXL367_I2C_FIFO_DATA  0x42
+#define ADXL367_I2C_FIFO_DATA  0x18
 
 struct adxl367_i2c_state {
        struct regmap *regmap;