I'm working with the PCIE PHY driver for the IMX8MM platform.
I'm reading a register called CMN_REG075 (address 0x32F0 0000 + 0x1D4) and need to know what instructions are needed for the 0 and 1 bits of that register to be set. From the IMX8MM reference manual:
bit 0 - PLL AFC Done
bit 1 - PLL Lock Done
Both these bits need to be set, but what other registers affect these bits?
I want to use the internal SOC PLL refclk.