diff options
author | Andreas Faerber <[email protected]> | 2014-11-22 23:31:07 +0900 |
---|---|---|
committer | Kukjin Kim <[email protected]> | 2014-11-22 23:31:07 +0900 |
commit | 69538f61e801e4ee84961dfdb74fcd58a725965e (patch) | |
tree | b69bdcc0890fcb7156edc058a35cfb610d01db43 | |
parent | a8ba84dd5abac348eb8121a71f66507ec26a101a (diff) |
ARM: dts: Add temperature sensor to exynos5250-spring
Spotted in the Chrome OS 3.8 based device tree.
Needs CONFIG_SENSORS_LM90.
Signed-off-by: Andreas Faerber <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/exynos5250-spring.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-spring.dts b/arch/arm/boot/dts/exynos5250-spring.dts index 310764b6e28d..cc3361afba49 100644 --- a/arch/arm/boot/dts/exynos5250-spring.dts +++ b/arch/arm/boot/dts/exynos5250-spring.dts @@ -383,6 +383,11 @@ status = "okay"; samsung,i2c-sda-delay = <100>; samsung,i2c-max-bus-freq = <66000>; + + temperature-sensor@4c { + compatible = "gmt,g781"; + reg = <0x4c>; + }; }; &i2c_8 { |