On Mon, 6 Dec 2021 15:54:27 +0100 Thierry Reding <thierry.reding@xxxxxxxxx> wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > According to the murata,ncp15wb473 DT bindings, the node name should be > "thermistor", so use that in order to make the example validate. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> Already a patch on list for this. Rob said he'd pick it up with some other dt-fixes. id: 20211125152154.162780-1-geert@xxxxxxxxxxxxxx Thanks, Jonathan > --- > .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml > index c65921e66dc1..81c87295912c 100644 > --- a/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml > @@ -136,7 +136,7 @@ examples: > samsung,syscon-phandle = <&pmu_system_controller>; > > /* NTC thermistor is a hwmon device */ > - ncp15wb473 { > + thermistor { > compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; > pullup-ohm = <47000>;