diff options
author | Alexander Filippov <a.filippov@yadro.com> | 2021-03-23 11:17:51 +0300 |
---|---|---|
committer | Alexander Filippov <a.filippov@yadro.com> | 2021-03-23 11:22:43 +0300 |
commit | c5a21ced0212c170a3c04684f9c296e275b3082b (patch) | |
tree | 8d8ed939fbb369b69be9de7de9ed0459697fcf0b /meta-yadro | |
parent | ea147d1091015fc209a06febe656fc6dcda33701 (diff) | |
download | openbmc-c5a21ced0212c170a3c04684f9c296e275b3082b.tar.xz |
Revert "meta-nicole: phosphor-hwmon: Fix VBAT gain"
This reverts commit 12f7c29b5365fc3d40665b4326b2f2c8c559ce67.
The GAIN was too small due the bug in the phosphor-hwmon.
It is no longer required as the bug has already fixed.
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
Change-Id: I54f565f777e4c0edb7368f70c999b08ce9c05b98
Diffstat (limited to 'meta-yadro')
-rw-r--r-- | meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf b/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf index a6065805c..290a72252 100644 --- a/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf +++ b/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf @@ -1,5 +1,5 @@ LABEL_in1=vbat -GAIN_in1=0.00225 +GAIN_in1=2.25 # GPIOP2 needs to be pulled high for battery voltage reading GPIOCHIP_in1=0 |