mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
i.MX: Remove CCM useless clock computation handling.
Most clocks supported by the CCM are useless to the qemu framework. Only clocks related to timers (EPIT, GPT, PWM, WATCHDOG, ...) are usefull to QEMU code. Therefore this patch removes clock computation handling for all clocks but: * CLK_NONE, * CLK_IPG, * CLK_32k Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Message-id: 9e7222efb349801032e60c0f6b0fbad0e5dcf648.1456868959.git.jcd@tribudubois.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c91a5883c3
commit
f4b2add6cc
3 changed files with 0 additions and 65 deletions
|
@ -44,14 +44,7 @@ typedef struct IMXCCMState {
|
|||
|
||||
typedef enum {
|
||||
CLK_NONE,
|
||||
CLK_MPLL,
|
||||
CLK_UPLL,
|
||||
CLK_MCU,
|
||||
CLK_HSP,
|
||||
CLK_MAX,
|
||||
CLK_AHB,
|
||||
CLK_IPG,
|
||||
CLK_PER,
|
||||
CLK_32k
|
||||
} IMXClk;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue