diff options
author | Jayanth Othayoth <ojayanth@in.ibm.com> | 2017-03-10 06:45:46 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-03-13 21:37:26 +0000 |
commit | cf3fe65b282049750e91cf84687abce0f98ceb96 (patch) | |
tree | 1cb8c7c1a3cdd74fd4a3b13e251e999da3d67e66 /meta-openbmc-machines | |
parent | 6329ed6628e21b7dcc9a01a6c96dd7cead71c18a (diff) | |
download | talos-openbmc-cf3fe65b282049750e91cf84687abce0f98ceb96.tar.gz talos-openbmc-cf3fe65b282049750e91cf84687abce0f98ceb96.zip |
meta-witherspoon: Remove vddr voltage override
The VDDR overrides were only appropriate for chip before DD1.02.
Those older chips have all been removed from lab circulation.
Resolves openbmc/openbmc#1285.
Change-Id: Ie5d6efe6cadaa1f6938741d4932f79d5130afaf0
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/vrm-control@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/vrm-control@.service b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/vrm-control@.service index c81e2cec8..607423a34 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/vrm-control@.service +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/vrm-control@.service @@ -6,7 +6,7 @@ Before=avsbus-enable@%i.service Conflicts=obmc-power-chassis-off@%i.target [Service] -ExecStart={bindir}/vrm-control.sh vdna=0.9 vddra=1.35 vdnb=0.9 vddrb=1.35 +ExecStart={bindir}/vrm-control.sh vdna=0.9 vdnb=0.9 Type=oneshot RemainAfterExit=yes |