From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 02 Jan 2013 13:35:57 -0700 Subject: [U-Boot] [PATCH 1/3] Tegra30: clocks: Fix clock tables for I2C and other periphs In-Reply-To: <1356135399-28339-2-git-send-email-twarren@nvidia.com> References: <1356135399-28339-1-git-send-email-twarren@nvidia.com> <1356135399-28339-2-git-send-email-twarren@nvidia.com> Message-ID: <50E49A2D.9090509@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?