Skip to content

Commit 4af483d

Browse files
Benjamin CabéChromeos LUCI
authored andcommitted
tests: drivers: build_all: sensor: add maxim,ds3231-sensor
This was missed when the driver was contributed in 2759ada (cherry picked from commit 9b1e3fd) Original-Signed-off-by: Benjamin Cabé <[email protected]> GitOrigin-RevId: 9b1e3fd Cr-Build-Id: 8710912179129064817 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8710912179129064817 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Iac26aa43a6818f2eabd184254f269c39fde8175b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6683772 Tested-by: Keith Short <[email protected]> Tested-by: ChromeOS Copybot <[email protected]> Commit-Queue: Keith Short <[email protected]> Reviewed-by: Keith Short <[email protected]>
1 parent 9a28901 commit 4af483d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/drivers/build_all/sensor/i2c.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,3 +1360,12 @@ test_i2c_npm1304: npm1304@b6 {
13601360
current-microamp = <10000>;
13611361
};
13621362
};
1363+
1364+
test_i2c_ds3231: ds3231@b7 {
1365+
compatible = "maxim,ds3231-mfd";
1366+
reg = <0xb7>;
1367+
1368+
test_i2c_ds3231_sensor: ds3231_sensor {
1369+
compatible = "maxim,ds3231-sensor";
1370+
};
1371+
};

0 commit comments

Comments
 (0)