diff mbox series

dt-bindings: iio: exynos-adc: Use correct node name

Message ID 20211206145427.218436-1-thierry.reding@gmail.com (mailing list archive)
State Not Applicable
Headers show
Series dt-bindings: iio: exynos-adc: Use correct node name | expand

Commit Message

Thierry Reding Dec. 6, 2021, 2:54 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

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@nvidia.com>
---
 .../devicetree/bindings/iio/adc/samsung,exynos-adc.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jonathan Cameron Dec. 6, 2021, 7:21 p.m. UTC | #1
On Mon,  6 Dec 2021 15:54:27 +0100
Thierry Reding <thierry.reding@gmail.com> wrote:

> From: Thierry Reding <treding@nvidia.com>
> 
> 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@nvidia.com>
Already a patch on list for this.  Rob said he'd pick it up with
some other dt-fixes.

id: 20211125152154.162780-1-geert@linux-m68k.org


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>;
diff mbox series

Patch

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>;