witherspoon:Increase memory VDDR

Increase by ~18mv per request of power team

Change-Id: Ifaf45926e04fc441eb0a49de462bc82cec1ad6bf
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/power-workarounds.sh b/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/power-workarounds.sh
index 775c45d..f98c408 100644
--- a/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/power-workarounds.sh
+++ b/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/power-workarounds.sh
@@ -5,3 +5,12 @@
 i2cset -y 5 0x12 0x2E 0x23 b # VDD/VCS 1
 i2cset -y 5 0x13 0x2E 0x23 b # VDN 1
 
+# A side VDDR - set to 1.23V
+i2cset -y 4 0x71 0x00 0x01
+i2cset -y 4 0x71 0x21 0x3B 0x01 i
+i2cset -y 4 0x71 0x00 0x00
+
+# B side VDDR - set to 1.23V
+i2cset -y 5 0x71 0x00 0x01
+i2cset -y 5 0x71 0x21 0x3B 0x01 i
+i2cset -y 5 0x71 0x00 0x00