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:
parent
da7b65735e
commit
50fb272f94
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue