drivers: sensor: ntc-thermistor: Remove r25-ohm property

Remove the r25-ohm property. It is not used by the driver, and it is
not present in linux.

Signed-off-by: Paweł Anikiel <pan@semihalf.com>
This commit is contained in:
Paweł Anikiel 2023-08-04 10:36:40 +00:00 committed by Maureen Helm
commit 5db05878ab
5 changed files with 0 additions and 10 deletions

View file

@ -36,7 +36,6 @@ test_adc_emul: adc {
test_ntc_thermistor_generic: ntc-thermistor-generic {
compatible = "ntc-thermistor-generic";
io-channels = <&adc0 0>;
r25-ohm = <10000>;
pullup-uv = <3300000>;
pullup-ohm = <0>;
pulldown-ohm = <10000>;
@ -47,7 +46,6 @@ test_ntc_thermistor_generic: ntc-thermistor-generic {
test_epcos_b57861s0103a039: epcos-b57861s0103a039 {
compatible = "epcos,b57861s0103a039";
io-channels = <&adc0 0>;
r25-ohm = <10000>;
pullup-uv = <3300000>;
pullup-ohm = <0>;
pulldown-ohm = <10000>;