Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: iio: adc: exynos-adc: Fix node name in example

"make dt_binding_check":

Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.example.dt.yaml: ncp15wb473: $nodename:0: 'ncp15wb473' does not match '^thermistor(.*)?$'
From schema: Documentation/devicetree/bindings/hwmon/ntc-thermistor.yaml

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211125152154.162780-1-geert@linux-m68k.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
cc5faf26 fa55b7dc

+1 -1
+1 -1
Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
··· 136 136 samsung,syscon-phandle = <&pmu_system_controller>; 137 137 138 138 /* NTC thermistor is a hwmon device */ 139 - ncp15wb473 { 139 + thermistor { 140 140 compatible = "murata,ncp15wb473"; 141 141 pullup-uv = <1800000>; 142 142 pullup-ohm = <47000>;