[U-Boot] [PATCH 1/3] Tegra30: clocks: Fix clock tables for I2C and other periphs

Tom Warren twarren.nvidia at gmail.com
Wed Jan 2 21:54:44 CET 2013


No, it's now PCST, which is close as I can get to PCTS w/o adding a
whole new clock_type entry for just this one piece of HW, which isn't
used in U-Boot anyway.

PCST is PLLP, PLLC, CLK_S, and CLK_M.  PCTS is PLLP, PLLC, CLK_M and CLK_S.

On Wed, Jan 2, 2013 at 1:35 PM, Stephen Warren <swarren at wwwdotorg.org> wrote:
> On 12/21/2012 05:16 PM, Tom Warren wrote:
>> Add 16-bit divider support (I2C) to periph table, annotate and
>> correct some entries, and fix clk_id lookup function.
>
>> diff --git a/arch/arm/cpu/tegra30-common/clock.c b/arch/arm/cpu/tegra30-common/clock.c
>
>> -     TYPE(PERIPHC_TSENSOR,   CLOCK_TYPE_PCM),
>> +     TYPE(PERIPHC_TSENSOR,   CLOCK_TYPE_PCST),       /* s/b PCTS */
>
> It is now, so I assume that comment is stale?


More information about the U-Boot mailing list