Skip to content

Commit

Permalink
tests: drivers: build_all: sensors: added mlx90394
Browse files Browse the repository at this point in the history
added mlx90394 to the testcase so that it is in build.

Signed-off-by: Florian Weber <[email protected]>
  • Loading branch information
FlorianWeber1018 committed Jan 18, 2025
1 parent 14bd05a commit e51664c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/drivers/build_all/sensor/i2c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,12 @@ test_i2c_npm2100: npm2100@9f {
};
};

test_i2c_mlx90394: mlx90394@a0 {
compatible = "melexis,mlx90394";
status = "okay";
reg = <0xa0>;
};

test_i2c_scd40: scd40@a1 {
compatible = "sensirion,scd40";
reg = <0xa1>;
Expand Down

0 comments on commit e51664c

Please sign in to comment.