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
2626CONFIG_ICM42605_TRIGGER_GLOBAL_THREAD=y
2727CONFIG_ICM42X70_TRIGGER_GLOBAL_THREAD=y
2828CONFIG_ICM42688_TRIGGER_GLOBAL_THREAD=y
29+ CONFIG_ICM45686_TRIGGER_GLOBAL_THREAD=y
2930CONFIG_IIS2DH_TRIGGER_GLOBAL_THREAD=y
3031CONFIG_IIS2DLPC_TRIGGER_GLOBAL_THREAD=y
3132CONFIG_IIS2ICLX_TRIGGER_GLOBAL_THREAD=y
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ CONFIG_HTS221_TRIGGER_NONE=y
2626CONFIG_ICM42605_TRIGGER_NONE=y
2727CONFIG_ICM42X70_TRIGGER_NONE=y
2828CONFIG_ICM42688_TRIGGER_NONE=y
29+ CONFIG_ICM45686_TRIGGER_NONE=y
2930CONFIG_IIS2DH_TRIGGER_NONE=y
3031CONFIG_IIS2DLPC_TRIGGER_NONE=y
3132CONFIG_IIS2ICLX_TRIGGER_NONE=y
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ CONFIG_HMC5883L_TRIGGER_OWN_THREAD=y
2424CONFIG_HTS221_TRIGGER_OWN_THREAD=y
2525CONFIG_ICM42X70_TRIGGER_OWN_THREAD=y
2626CONFIG_ICM42688_TRIGGER_OWN_THREAD=y
27+ CONFIG_ICM45686_TRIGGER_OWN_THREAD=y
2728CONFIG_IIS2DH_TRIGGER_OWN_THREAD=y
2829CONFIG_IIS2DLPC_TRIGGER_OWN_THREAD=y
2930CONFIG_IIS2ICLX_TRIGGER_OWN_THREAD=y
Original file line number Diff line number Diff line change @@ -399,3 +399,10 @@ test_spi_ilps22qs: ilps22qs@30 {
399399 spi-max-frequency = <0>;
400400 status = "okay";
401401};
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