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.

DM8148 Clock

Hi,

       If do not use the USB, HDMI and other applications, how to disable the PLL CLOCK? Because there are EMI issue,thank you

  • Aska,

    Do you want to cut off (disable) the clock towards the USB and HDMI? If yes, this can be done through the PRCM registers:

    CM_DEFAULT_USB_CLKCTRL[1:0] MODULEMODE = 0x0 (disable)

    CM_DSS_HDMI_CLKCTRL[1:0] MODULEMODE = 0x0 (disable)

    If you need to disable the USB PLL and HDMI (VIDEO2) PLL, you should program the USB PLL and HDMI/VIDEO2 PLL registers.

    BR
    Pavel