After power-up and reset the only register which needs to be written to enable the clock output is register B2h=25h
Make sure your driver is not multiplying the address by 2x. The addresses stated already account for the read/write bit in the LSB but some driver code I have seen before assumes a shift is needed.
Previously you said you were having trouble reading and writing registers reliably. Have you fixed these issues?
BR,
Steve