From: Fabien Parent Date: Wed, 10 Nov 2021 19:26:31 +0000 (+0100) Subject: arm64: dts: mediatek: mt8183-evb: Add node for thermistor X-Git-Tag: howlett/maple/20220722_2~1529^2~11^2~17 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ff9ea5c62279790eea8c0cd7295836db06da174d;p=users%2Fjedix%2Flinux-maple.git 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 Link: https://lore.kernel.org/r/20211110192631.4182485-1-fparent@baylibre.com Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/boot/dts/mediatek/mt8183-evb.dts b/arch/arm64/boot/dts/mediatek/mt8183-evb.dts index 7bc0a6a7fadf9..f3fd3cca23e9c 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 {