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>
This commit is contained in:
parent
432c0cdc35
commit
4a7ac1a712
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
test_i2c_scd40: scd40@a1 {
|
||||||
compatible = "sensirion,scd40";
|
compatible = "sensirion,scd40";
|
||||||
reg = <0xa1>;
|
reg = <0xa1>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue