meta-zaius: avsbus-control: Raise VDN rails max voltage

Testing showed that the VDN max voltage setting is capping the VCS rail
setpoints when those setpoints are written by the host over AVSbus.

Raise VRMs' upper limit for voltage on the VDN rails to a value that
does not interfere with VCS rail voltages.

This is a hacky workaround for what is possibly a logic error with the
VRMs' firmware and will be rolled back when the root cause is discovered
and corrected.

Signed-off-by: Xo Wang <xow@google.com>
Change-Id: I85fd94f77509bc51aa7909dd7f522163666040fb
diff --git a/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service b/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service
index 58f29d3..5980d7c 100644
--- a/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service
+++ b/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service
@@ -5,6 +5,7 @@
 Conflicts=obmc-chassis-stop@%i.target
 
 [Service]
+ExecStart={bindir}/zaius_avsbus.sh vdn_max
 ExecStart={bindir}/zaius_avsbus.sh enable
 Type=oneshot
 RemainAfterExit=yes