Skip to content

Commit 5a1c846

Browse files
tests: sensor: update sensor compatible icm42670p
Update i2c and spi dtsi test to comply with new compatible icm42670p. Signed-off-by: Aurelie Fontaine <[email protected]>
1 parent 38c4fbc commit 5a1c846

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,8 +1039,8 @@ test_i2c_lsm9ds1: lsm9ds1@92 {
10391039
reg = <0x92>;
10401040
};
10411041

1042-
test_i2c_icm42670: icm42670@93 {
1043-
compatible = "invensense,icm42670";
1042+
test_i2c_icm42670p: icm42670p@93 {
1043+
compatible = "invensense,icm42670p";
10441044
reg = <0x93>;
10451045
int-gpios = <&test_gpio 0 0>;
10461046
accel-hz = <800>;

tests/drivers/build_all/sensor/spi.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ test_spi_i3g4250d: i3g4250d@17 {
178178
spi-max-frequency = <0>;
179179
};
180180

181-
test_spi_icm42670: icm42670@18 {
182-
compatible = "invensense,icm42670";
181+
test_spi_icm42670p: icm42670p@18 {
182+
compatible = "invensense,icm42670p";
183183
reg = <0x18>;
184184
spi-max-frequency = <0>;
185185
int-gpios = <&test_gpio 0 0>;

0 commit comments

Comments
 (0)