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:
parent
3176ec55bb
commit
082ce03389
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue