Were you successful in doing this? I am trying a similar experiment, but something's not right. My changes were:
After boot but before DDRC setup:
1) mux DRAM_ALT_CLK_ROOT to SYS_PLL_PFD0
(write 0x15000000 to 0x3038a080)
2) mux DRAM_CLK_ROOT to DRAM_ALT_CLK_ROOT
(write 0x11000000 to 0x30389880)
Then, I proceed with DDRC initialization as normal. Typically this results in a hang somewhere either in the above or in DDRC initialization. I'm using GPIO/LED to debug (board doesn't have jtag) so I may be affecting timing by adding those statements.
I'll admit that DDR configuration is definitely not my area of expertise, so there's probably something in there I'm missing. Do I need to wait for the PLL/PFD to stabilize somehow? Or are there clock gates I need to flip? I'm not touching DRAM_PHYM_ALT_CLK_ROOT, which will still be on the 1066 MHz DDR PLL, but that seems ok per the RM.
Any assistance would be much appreciated!