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.

Enabling CLKOUT fails

Hi,

I added the following code to a custom u-boot-command:

#define CM_CLKOUT_CTRL (PRCM_BASE + 0x100)
    __raw_writel(CM_CLKOUT_CTRL, BIT(7) /* CLKOUTEN*/);

However, by doing so, the processor hangs and all I can do is rebooting.

Are there any further requirements for enabling CKLOUT0 (except PINMUXing PINCNTL134)?

BR,
Thomas