he problem I found doing this is that due to this power supply is not being USB-C PD compliant I get a notification saying that the supply can't provide 5A. I tested this with a DC electronic load simulating the 5A current draw and the system worked fine. Outside of not being able to supply the 1.6V to the USB ports it was working fine. The work around to this was to editing config.txt to have
usb_max_current_enable=1
and then use the command
sudo -E rpi-eeprom-config --edit
and add
PSU_MAX_CURRENT=5000
Reboot