Skip to content

Commit 035e651

Browse files
ubiedakartben
authored andcommitted
tests: sensor: i2c: Add rm3100 to Build-all testsuite
For build-time validation. Signed-off-by: Luis Ubieda <luisf@croxel.com>
1 parent a13be2f commit 035e651

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
@@ -1296,3 +1296,9 @@ test_i2c_icm45686: icm45686@b1 {
12961296
reg = <0xb1>;
12971297
int-gpios = <&test_gpio 0 0>;
12981298
};
1299+
1300+
test_i2c_rm3100: rm3100@b2 {
1301+
compatible = "pni,rm3100";
1302+
reg = <0xb2>;
1303+
int-gpios = <&test_gpio 0 0>;
1304+
};

0 commit comments

Comments
 (0)