diff options
| author | Fabien Parent <fparent@baylibre.com> | 2021-11-10 20:26:31 +0100 |
|---|---|---|
| committer | Matthias Brugger <matthias.bgg@gmail.com> | 2021-11-17 18:31:14 +0100 |
| commit | ff9ea5c62279790eea8c0cd7295836db06da174d (patch) | |
| tree | 993658520571dbfdb05aa6167393d187fbad1ec6 | |
| parent | 9cf6a26ae352a6a150662c0c4ddff87664cc6e3c (diff) | |
| download | linux-ff9ea5c62279790eea8c0cd7295836db06da174d.tar.gz linux-ff9ea5c62279790eea8c0cd7295836db06da174d.zip | |
arm64: dts: mediatek: mt8183-evb: Add node for thermistor
Add node to be able to read the temperature for the thermistor
connected to AUXIN0.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Link: https://lore.kernel.org/r/20211110192631.4182485-1-fparent@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8183-evb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts index 7bc0a6a7fadf..f3fd3cca23e9 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts +++ b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts @@ -36,6 +36,14 @@ no-map; }; }; + + ntc@0 { + compatible = "murata,ncp03wf104"; + pullup-uv = <1800000>; + pullup-ohm = <390000>; + pulldown-ohm = <0>; + io-channels = <&auxadc 0>; + }; }; &auxadc { |
