hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/iio/imu/inv_icm42600/inv_icm42600_spi.c
....@@ -69,9 +69,6 @@
6969
7070 static const struct of_device_id inv_icm42600_of_matches[] = {
7171 {
72
- .compatible = "invensense,icm40608",
73
- .data = (void *)INV_CHIP_ICM40608,
74
- }, {
7572 .compatible = "invensense,icm42600",
7673 .data = (void *)INV_CHIP_ICM42600,
7774 }, {