From: Chanwoo Choi Date: Wed, 23 Oct 2013 01:44:50 +0000 (+0900) Subject: hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) X-Git-Tag: upstream/snapshot3+hdmi~3824^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1675088f8bc3f955e9bd31418a6b3319487f27bf;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) This patch fix typo of property name from 'pullup-uV' to 'pullup-uv'. The ntc_thermistor.c use 'pullup-uv' when parsing dt data. Signed-off-by: Chanwoo Choi Reviewed-by: Jingoo Han Acked-by: Naveen Krishna Chatradhi Reviewed-by: Tomasz Figa Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt index 47ada1d..5d49f2b 100644 --- a/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt @@ -49,7 +49,7 @@ adc@12D10000 { /* NTC thermistor is a hwmon device */ ncp15wb473@0 { compatible = "ntc,ncp15wb473"; - pullup-uV = <1800000>; + pullup-uv = <1800000>; pullup-ohm = <47000>; pulldown-ohm = <0>; io-channels = <&adc 4>;