]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: tegra210: implement PLLE init procedure from TRM
authorStephen Warren <swarren@nvidia.com>
Mon, 5 Oct 2015 22:58:52 +0000 (16:58 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 12 Nov 2015 16:21:04 +0000 (09:21 -0700)
commitdfa551e49c072b9f4e1b0486a4091cd80733733b
tree05c8b22da5b2a9a4f7251948d98cdecb0b0886ec
parent038be18fd95aa6283eafb85ceabc0b880976424b
ARM: tegra210: implement PLLE init procedure from TRM

Implement the procedure that the TRM mandates to initialize PLLREFE and
PLLE. This makes the PLL actually lock.

Note that this section of the TRM is being cleaned up to remove some
confusion. The set of register accesses in this patch should be final,
although the step numbers/descriptions might still change.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/tegra210/clock.c