Skip to content

Commit 4fd5ab9

Browse files
paultimkekartben
authored andcommitted
tests: drivers: build_all: sensors: added paj7620
Added paj7620 to the testcase so that it is in build. Signed-off-by: Paul Timke Contreras <[email protected]>
1 parent 503f638 commit 4fd5ab9

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
@@ -1284,3 +1284,9 @@ test_i2c_icp201xx: icp201xx@af {
12841284
op-mode = "mode0";
12851285
drive-strength = "current_12mA_1_8V";
12861286
};
1287+
1288+
test_i2c_paj7620: paj7620@b0 {
1289+
compatible = "pixart,paj7620";
1290+
reg = <0xb0>;
1291+
int-gpios = <&test_gpio 0 0>;
1292+
};

0 commit comments

Comments
 (0)