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
1 changed files with 6 additions and 0 deletions
|
@ -79,3 +79,9 @@ test_tdk_ntcg163jf103ft1: tdk-ntcg163jf103ft1 {
|
||||||
pulldown-ohm = <10000>;
|
pulldown-ohm = <10000>;
|
||||||
connected-positive;
|
connected-positive;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test_lm35: lm35 {
|
||||||
|
compatible = "lm35";
|
||||||
|
io-channels = <&adc0 0>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue