Skip to content

Commit 6d6a71a

Browse files
committed
[nrf noup] tests: remove i2c devices from build_all
Remove drivers we didn't import yet after importing the BMM350 driver. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent c0ff388 commit 6d6a71a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,26 +1212,6 @@ test_i2c_tmag3001: tmag3001@a8 {
12121212
angle-magnitude-axis = <TMAG5273_DT_ANGLE_MAG_XY>;
12131213
};
12141214

1215-
test_i2c_tmp435: tmp435@a9 {
1216-
compatible = "ti,tmp435";
1217-
reg = <0xa9>;
1218-
external-channel;
1219-
resistance-correction;
1220-
beta-compensation = <0x0f>;
1221-
};
1222-
1223-
test_i2c_xbr818: xbr818@aa {
1224-
compatible = "phosense,xbr818";
1225-
reg = <0xaa>;
1226-
int-gpios = <&test_gpio 0 0>;
1227-
i2c-en-gpios = <&test_gpio 0 0>;
1228-
};
1229-
1230-
test_i2c_veml6031: veml6031@ab {
1231-
compatible = "vishay,veml6031";
1232-
reg = <0xab>;
1233-
};
1234-
12351215
test_i2c_bmm350: bmm350@ac {
12361216
compatible = "bosch,bmm350";
12371217
reg = <0xac>;

0 commit comments

Comments
 (0)