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)
committerTom Warren <twarren@nvidia.com>
Wed, 5 Aug 2015 22:22:51 +0000 (15:22 -0700)
commit3e8650c0f9cc7fb29bd75c11d0173768fcc80203
tree240c74dc848121f570ca7b96d49a1159d12ad9ff
parent66999892b24d3443b24118a6ea400115360e1eb2
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