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