There is this line in "$uboot/arch/arm/dts/am335x-evmsk.dts" .
AM33XX_IOPAD(0x948, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE0)
What is SLEWCTRL_FAST ?
It seems that PinMux tool can't create SLEWCTRL_FAST automatically. Did you manually add SLEWCTRL_FAST ? If yes, why do you add SLEWCTRL_FAST ?