Skip to content

Commit 9a28901

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/drivers/build_all/sensor/adc.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,9 @@ test_veaa_x_3: test_veaa_x_3 {
127127
dac-resolution = <12>;
128128
pressure-range-type = "D2";
129129
};
130+
131+
test_als_pt19: test_als-pt19 {
132+
compatible = "everlight,als-pt19";
133+
io-channels = <&test_adc 0>;
134+
load-resistor = <10000>;
135+
};

0 commit comments

Comments
 (0)