diff --git a/board/boundary/common/max77823.c b/board/boundary/common/max77823.c
index d8c823835fa6b590f7f7372f6c4458c5d02b36df..df694470c6bee5d66174e6a25428a6c383effc14 100644
--- a/board/boundary/common/max77823.c
+++ b/board/boundary/common/max77823.c
@@ -310,11 +310,11 @@ static void max77823_otg_enable(void)
 
 static void max77823_otg_disable(void)
 {
-	/* chrg on, OTG off, boost on/off, (buck on) */
+	/* chrg on, OTG off, boost unchanged, (buck on) */
 	max77823_update_reg(I2C_ADDR_CHARGER, MAX77823_CHG_CNFG_00,
 		CHG_CNFG_00_CHG_MASK | CHG_CNFG_00_BUCK_MASK,
 		CHG_CNFG_00_CHG_MASK | CHG_CNFG_00_BUCK_MASK |
-			CHG_CNFG_00_OTG_MASK | CHG_CNFG_00_BOOST_MASK);
+			CHG_CNFG_00_OTG_MASK);
 
 	mdelay(50);