ARM: dts: Add temperature sensor to exynos5250-spring
authorAndreas Faerber <[email protected]>
Sat, 22 Nov 2014 14:31:07 +0000 (23:31 +0900)
committerKukjin Kim <[email protected]>
Sat, 22 Nov 2014 14:31:07 +0000 (23:31 +0900)
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]>
arch/arm/boot/dts/exynos5250-spring.dts

index 310764b6e28d324f03c690bf52bec23e43390a87..cc3361afba497a8c087047cda2afd6616761a567 100644 (file)
        status = "okay";
        samsung,i2c-sda-delay = <100>;
        samsung,i2c-max-bus-freq = <66000>;
+
+       temperature-sensor@4c {
+               compatible = "gmt,g781";
+               reg = <0x4c>;
+       };
 };
 
 &i2c_8 {