tests: drivers: build_all: sensor: Adding Grove Photo-Resistor Light Sensor

Add "seeed,grove-light" to testing targets.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-09-18 20:04:27 +09:00 committed by Mahesh Mahadevan
parent 3176ec55bb
commit 082ce03389
1 changed files with 5 additions and 0 deletions

View File

@ -106,3 +106,8 @@ test_murata_ncp15xh103: murata-ncp15xh103 {
pulldown-ohm = <10000>;
connected-positive;
};
test_seeed_grove_light: seeed-grove-light {
compatible = "seeed,grove-light";
io-channels = <&test_adc 0>;
};