devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv)
@ 2013-10-23  1:44 Chanwoo Choi
  2013-10-23  2:05 ` Jingoo Han
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Chanwoo Choi @ 2013-10-23  1:44 UTC (permalink / raw)
  To: devicetree, linux-doc, linux-arm-kernel, linux-samsung-soc
  Cc: rob.herring, pawel.moll, mark.rutland, swarren, ijc+devicetree,
	rob, kgene.kim, jic23, ch.naveen, dianders, lars, sachin.kamat,
	kyungmin.park, Chanwoo Choi

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 <cw00.choi@samsung.com>
---
 Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-03  5:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23  1:44 [PATCH] hwmon: ntc_thermistor: Fix typo (pullup-uV -> pullup-uv) Chanwoo Choi
2013-10-23  2:05 ` Jingoo Han
2013-10-23  2:51 ` Naveen Krishna Ch
2013-11-04  1:58 ` Chanwoo Choi
2013-11-10 18:18 ` Tomasz Figa
2013-12-03  5:44 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).