Tool/software:
Hello,
to enable the MCU_CLKOUT0 clock output we had set to 1 the bit 4 of CTRL_MMR_CFG0_MCU_CLKOUT0_CTRL register (0x40F08010) in U-Boot.
Is this the correct way to enable the clock output?
Is there another way to enable it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello,
to enable the MCU_CLKOUT0 clock output we had set to 1 the bit 4 of CTRL_MMR_CFG0_MCU_CLKOUT0_CTRL register (0x40F08010) in U-Boot.
Is this the correct way to enable the clock output?
Is there another way to enable it?
Hi,
This could come under that. If this is a one time setting in U-Boot then i would rather set it during the init time and make sure that this is indeed set in the register. It doesn't warrant a driver.
Regards,
Keerthy