Hello,
We are using a custom board with the i.MX6SoloX, and have a need to change the frequency of PLL2. Due to the DDR also using PLL2, we needed to enable SPL code in U-Boot so we could change the PLL2 before the DDR was initialized. According to the Clock Root Generator diagram in the RM, OCRAM is by default suppose to be sourced from PLL3, but it looks like our processor is using PLL2. I'm guessing this default is setup in the ROM code? Is it possible to move the OCRAM source clock to PLL3 or Bypass PLL2 and use the (24Mhz base clock) "while" we're running from OCRAM? If so, would there be some sample code to do so?
Thanks!