Re: [U-Boot] [PATCH] Tegra114: Add support for more clock sources for T1x4 periphs

2013-10-16 Thread Stephen Warren
On 10/15/2013 04:42 PM, Tom Warren wrote: > On Tue, Oct 8, 2013 at 2:08 PM, Stephen Warren > wrote: > > diff --git a/arch/arm/cpu/tegra-common/clock.c > b/arch/arm/cpu/tegra-common/clock.c > > index 268fb91..c703c40 100644 > > --- a/arch/arm/cpu/tegra

Re: [U-Boot] [PATCH] Tegra114: Add support for more clock sources for T1x4 periphs

2013-10-15 Thread Tom Warren
Stephen, On Tue, Oct 8, 2013 at 2:08 PM, Stephen Warren wrote: > On 10/07/2013 01:47 PM, Tom Warren wrote: > > Some T1x4 peripherals can take up to 8 different clock > > I would like to avoid "x" in any Tegra naming. Downstream, we've abused > this by calling Tegra114 Tegra11x instead, and I'd l

Re: [U-Boot] [PATCH] Tegra114: Add support for more clock sources for T1x4 periphs

2013-10-08 Thread Stephen Warren
On 10/07/2013 01:47 PM, Tom Warren wrote: > Some T1x4 peripherals can take up to 8 different clock I would like to avoid "x" in any Tegra naming. Downstream, we've abused this by calling Tegra114 Tegra11x instead, and I'd like to completely avoid anything like that abomination upstream. Can we sim

[U-Boot] [PATCH] Tegra114: Add support for more clock sources for T1x4 periphs

2013-10-07 Thread Tom Warren
Some T1x4 peripherals can take up to 8 different clock sources (parents), including 4 new ones that don't exist on previous chips (PLLC2/C3/MEM2/SRC2). Expand clock/pll code/tables to support these additional bits/sources. Changes were made to some common code. Testing on T30/T20 showed no changes