Skip to content

Commit ec6e813

Browse files
drivers: sensor: ti: Add TI temp sensor HDC302x to tests
The HDC302x sensor is added to the i2c tests Signed-off-by: COUSSEMENT Stijn <[email protected]>
1 parent 3086c9a commit ec6e813

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
@@ -1388,3 +1388,9 @@ test_i2c_mb7040: mb7040@ba {
13881388
reg = <0xba>;
13891389
status-gpios = <&test_gpio 0 0>;
13901390
};
1391+
1392+
test_i2c_hdc302x: hdc302x@bb {
1393+
compatible = "ti,hdc302x";
1394+
reg = <0xbb>;
1395+
int-gpios = <&test_gpio 0 0>;
1396+
};

0 commit comments

Comments
 (0)