Skip to content

Commit 4a7ac1a

Browse files
FlorianWeber1018kartben
authored andcommitted
tests: drivers: build_all: sensors: added mlx90394
added mlx90394 to the testcase so that it is in build. Signed-off-by: Florian Weber <Florian.Weber@live.de>
1 parent 432c0cd commit 4a7ac1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,12 @@ test_i2c_npm2100: npm2100@9f {
11551155
};
11561156
};
11571157

1158+
test_i2c_mlx90394: mlx90394@a0 {
1159+
compatible = "melexis,mlx90394";
1160+
status = "okay";
1161+
reg = <0xa0>;
1162+
};
1163+
11581164
test_i2c_scd40: scd40@a1 {
11591165
compatible = "sensirion,scd40";
11601166
reg = <0xa1>;

0 commit comments

Comments
 (0)