]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Tegra: clocks: Add 38.4MHz OSC support for T210 use
authorTom Warren <twarren@nvidia.com>
Mon, 22 Jun 2015 20:03:44 +0000 (13:03 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:59 +0000 (08:00 +0200)
commit3d39cf6f411addcbada627431e4ff44992a2d564
treeee13bfe0722960ac70dff4652650e3f4c2bd84c7
parent7d99690ed72e446f496e22e11ebf8c8458744ef7
Tegra: clocks: Add 38.4MHz OSC support for T210 use

Added 38.4MHz/48MHz entries to pll_x_table for CPU PLL. Needs
to be measured - should be close to 700MHz (1.4G/2).

Note that some freqs aren't in the PLLU table in T210 TRM
(13, 26MHz), so I used the 12MHz table entry for them. They
shouldn't be selected since they're not viable T210 OSC freqs.

Since there are now 2 new OSC defines, all tables (pll_x_table,
PLLU) had to increase by two entries, but since 38.4/48MHz are
not viable osc freqs on T20/30/114, etc, they're just set to 0.

Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/include/asm/arch-tegra/clock.h
arch/arm/mach-tegra/clock.c
arch/arm/mach-tegra/cpu.c
arch/arm/mach-tegra/tegra210/clock.c
drivers/usb/host/ehci-tegra.c