commit | c60e4ec989d97243a39dc36f9a11253d70f1c24e | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Fri Apr 28 11:42:21 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 04 20:49:48 2023 +0200 |
tree | 2e0628aef9fdaa794002523c4510cbe07c43ac5f | |
parent | 4310853d076e2c9d30ac412996b858d6872861ab [diff] |
drivers: sensor: zephyr_thermistor: align connection type with Linux It looks like the Zephyr thermistor driver bindings were half-copied from Linux ntc-thermistor. Zephyr principle is to maintain compatibility with Linux, when possible, so there's no reason to deviate here. Convert the connection type from a custom enum to a boolean, as Linux does. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>