From: linux.amoon@gmail.com (Anand Moon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 2/3] ARM: exynos_defconfig: Enable CONFIG_SENSORS_INA2XX for odroidxu3.
Date: Wed, 13 May 2015 13:22:53 +0930 [thread overview]
Message-ID: <1431489174-4479-3-git-send-email-linux.amoon@gmail.com> (raw)
In-Reply-To: <1431489174-4479-1-git-send-email-linux.amoon@gmail.com>
Odroidxu3 board support power monitor sensor.
Below is the output of boot log.
[ 3.241438] ina2xx 0-0040: power monitor ina231 (Rshunt = 10000 uOhm)
[ 3.248068] ina2xx 0-0041: power monitor ina231 (Rshunt = 10000 uOhm)
[ 3.254724] ina2xx 0-0044: power monitor ina231 (Rshunt = 10000 uOhm)
[ 3.261354] ina2xx 0-0045: power monitor ina231 (Rshunt = 10000 uOhm)
ina231-i2c-0-40
Adapter: s3c2410-i2c
in0: +0.00 V
in1: +1.01 V
power1: 175.00 mW
curr1: +0.18 A
ina231-i2c-0-41
Adapter: s3c2410-i2c
in0: +0.00 V
in1: +1.21 V
power1: 50.00 mW
curr1: +0.04 A
ina231-i2c-0-44
Adapter: s3c2410-i2c
in0: +0.00 V
in1: +1.02 V
power1: 50.00 mW
curr1: +0.04 A
ina231-i2c-0-45
Adapter: s3c2410-i2c
in0: +0.00 V
in1: +1.04 V
power1: 75.00 mW
curr1: +0.07 A
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
arch/arm/configs/exynos_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 3c2784f..300678a 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -102,6 +102,7 @@ CONFIG_CHARGER_TPS65090=y
CONFIG_HWMON=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_PWM_FAN=y
+CONFIG_SENSORS_INA2XX=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_THERMAL=y
CONFIG_THERMAL=y
--
1.9.1
next prev parent reply other threads:[~2015-05-13 3:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-13 3:52 v2 exynos_defconfig: Enable SENSORS_PWM_FAN, SENSORS_INA2XX, LEDS for OdroidXU3 Anand Moon
2015-05-13 3:52 ` [PATCHv2 1/3] ARM: exynos_defconfig: Enable CONFIG_SENSORS_PWM_FAN for odroidxu3 pmw-fan Anand Moon
2015-05-13 4:09 ` Krzysztof Kozlowski
2015-05-13 3:52 ` Anand Moon [this message]
2015-05-13 4:10 ` [PATCHv2 2/3] ARM: exynos_defconfig: Enable CONFIG_SENSORS_INA2XX for odroidxu3 Krzysztof Kozlowski
2015-05-13 3:52 ` [PATCHv2 3/3] ARM: exynos_defconfig: Enable LEDs " Anand Moon
2015-05-13 4:13 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1431489174-4479-3-git-send-email-linux.amoon@gmail.com \
--to=linux.amoon@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).