Skip to content

Commit 052c76b

Browse files
ubiedakartben
authored andcommitted
tests: icm45686: Add node to Build-All test
Only supported for SPI so far. Signed-off-by: Luis Ubieda <luisf@croxel.com>
1 parent 4aef791 commit 052c76b

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

tests/drivers/build_all/sensor/sensors_trigger_global.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CONFIG_HTS221_TRIGGER_GLOBAL_THREAD=y
2626
CONFIG_ICM42605_TRIGGER_GLOBAL_THREAD=y
2727
CONFIG_ICM42X70_TRIGGER_GLOBAL_THREAD=y
2828
CONFIG_ICM42688_TRIGGER_GLOBAL_THREAD=y
29+
CONFIG_ICM45686_TRIGGER_GLOBAL_THREAD=y
2930
CONFIG_IIS2DH_TRIGGER_GLOBAL_THREAD=y
3031
CONFIG_IIS2DLPC_TRIGGER_GLOBAL_THREAD=y
3132
CONFIG_IIS2ICLX_TRIGGER_GLOBAL_THREAD=y

tests/drivers/build_all/sensor/sensors_trigger_none.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CONFIG_HTS221_TRIGGER_NONE=y
2626
CONFIG_ICM42605_TRIGGER_NONE=y
2727
CONFIG_ICM42X70_TRIGGER_NONE=y
2828
CONFIG_ICM42688_TRIGGER_NONE=y
29+
CONFIG_ICM45686_TRIGGER_NONE=y
2930
CONFIG_IIS2DH_TRIGGER_NONE=y
3031
CONFIG_IIS2DLPC_TRIGGER_NONE=y
3132
CONFIG_IIS2ICLX_TRIGGER_NONE=y

tests/drivers/build_all/sensor/sensors_trigger_own.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CONFIG_HMC5883L_TRIGGER_OWN_THREAD=y
2424
CONFIG_HTS221_TRIGGER_OWN_THREAD=y
2525
CONFIG_ICM42X70_TRIGGER_OWN_THREAD=y
2626
CONFIG_ICM42688_TRIGGER_OWN_THREAD=y
27+
CONFIG_ICM45686_TRIGGER_OWN_THREAD=y
2728
CONFIG_IIS2DH_TRIGGER_OWN_THREAD=y
2829
CONFIG_IIS2DLPC_TRIGGER_OWN_THREAD=y
2930
CONFIG_IIS2ICLX_TRIGGER_OWN_THREAD=y

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
};

0 commit comments

Comments
 (0)