tests: drivers: add LM35 to build_all

Add LM35 driver to build_all test

Signed-off-by: Renato Soma <renatoys08@gmail.com>
This commit is contained in:
Renato Soma 2024-02-14 14:42:20 -03:00 committed by Fabio Baltieri
parent da7b65735e
commit 50fb272f94

View file

@ -79,3 +79,9 @@ test_tdk_ntcg163jf103ft1: tdk-ntcg163jf103ft1 {
pulldown-ohm = <10000>;
connected-positive;
};
test_lm35: lm35 {
compatible = "lm35";
io-channels = <&adc0 0>;
status = "okay";
};