File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
tests/drivers/build_all/sensor Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ CONFIG_HTS221_TRIGGER_GLOBAL_THREAD=y
26
26
CONFIG_ICM42605_TRIGGER_GLOBAL_THREAD=y
27
27
CONFIG_ICM42X70_TRIGGER_GLOBAL_THREAD=y
28
28
CONFIG_ICM42688_TRIGGER_GLOBAL_THREAD=y
29
+ CONFIG_ICM45686_TRIGGER_GLOBAL_THREAD=y
29
30
CONFIG_IIS2DH_TRIGGER_GLOBAL_THREAD=y
30
31
CONFIG_IIS2DLPC_TRIGGER_GLOBAL_THREAD=y
31
32
CONFIG_IIS2ICLX_TRIGGER_GLOBAL_THREAD=y
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ CONFIG_HTS221_TRIGGER_NONE=y
26
26
CONFIG_ICM42605_TRIGGER_NONE=y
27
27
CONFIG_ICM42X70_TRIGGER_NONE=y
28
28
CONFIG_ICM42688_TRIGGER_NONE=y
29
+ CONFIG_ICM45686_TRIGGER_NONE=y
29
30
CONFIG_IIS2DH_TRIGGER_NONE=y
30
31
CONFIG_IIS2DLPC_TRIGGER_NONE=y
31
32
CONFIG_IIS2ICLX_TRIGGER_NONE=y
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ CONFIG_HMC5883L_TRIGGER_OWN_THREAD=y
24
24
CONFIG_HTS221_TRIGGER_OWN_THREAD=y
25
25
CONFIG_ICM42X70_TRIGGER_OWN_THREAD=y
26
26
CONFIG_ICM42688_TRIGGER_OWN_THREAD=y
27
+ CONFIG_ICM45686_TRIGGER_OWN_THREAD=y
27
28
CONFIG_IIS2DH_TRIGGER_OWN_THREAD=y
28
29
CONFIG_IIS2DLPC_TRIGGER_OWN_THREAD=y
29
30
CONFIG_IIS2ICLX_TRIGGER_OWN_THREAD=y
Original file line number Diff line number Diff line change @@ -399,3 +399,10 @@ test_spi_ilps22qs: ilps22qs@30 {
399
399
spi-max-frequency = <0>;
400
400
status = "okay";
401
401
};
402
+
403
+ test_spi_icm45686:icm45686@31 {
404
+ compatible = "invensense,icm45686";
405
+ reg = <0x31>;
406
+ spi-max-frequency = <0>;
407
+ int-gpios = <&test_gpio 0 0>;
408
+ };
You can’t perform that action at this time.
0 commit comments