1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-16 15:31:50 +02:00

i.MX6: Add ANATOP regulator init

Init the core regulator voltage to 1.2V. This is required for the correct
functioning of the GPU and when the ARM LDO is set to 1.225V. This is a
workaround to fix some memory clock jitter.

Note: This should be but can't be done in the DCD. The bootloader
      prevents access to the ANATOP registers.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
CC: Jason Chen <b02280@freescale.com>
CC: Jason Liu <r64343@freescale.com>
CC: Ranjani Vaidyanathan <ra5478@freescale.com>
CC: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
Dirk Behme
2012-05-02 02:12:17 +00:00
committed by Albert ARIBAUD
parent ecb7be2985
commit cac833a98c
2 changed files with 32 additions and 0 deletions

View File

@@ -28,6 +28,8 @@
u32 get_cpu_rev(void);
void set_vddsoc(u32 mv);
/*
* Initializes on-chip ethernet controllers.
* to override, implement board_eth_init()