Skip to content

Commit 89100ef

Browse files
committed
tests: sensor: Update microcrystal,rv3032-temp in build_all test suite
Ensure this driver is tested in the build_all test suite. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
1 parent 169ed26 commit 89100ef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,3 +1444,20 @@ test_i2c_wsen_pdms_25131308XXX05: wsen_pdms_25131308XXX05@c0 {
14441444
reg = <0xc0>;
14451445
sensor-type = <4>;
14461446
};
1447+
1448+
test_rv3032: rv3032c7@c1 {
1449+
compatible = "microcrystal,rv3032-mfd";
1450+
reg = <0xc1>;
1451+
int-gpios = <&test_gpio 0 0>;
1452+
evi-gpios = <&test_gpio 0 0>;
1453+
backup-switch-mode = "disabled";
1454+
always-on;
1455+
status = "okay";
1456+
1457+
test_rv3032_temp: rv3032_temp {
1458+
compatible = "microcrystal,rv3032-temp";
1459+
low-temp = <40>;
1460+
high-temp = <105>;
1461+
status = "okay";
1462+
};
1463+
};

0 commit comments

Comments
 (0)