From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 10 Jul 2015 09:56:01 -0600 Subject: [U-Boot] [PATCH] Tegra: PLL: fix per-SoC pllinfo table regression In-Reply-To: References: Message-ID: <559FEB11.6060701@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 07/10/2015 09:36 AM, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > The following commit introduced per-SoC pllinfo tables but > unfortunately there were two generic issues (e.g. mask vs. shift mixed > up and wrongly used parenthesis) plus two each masks being wrong in > the pllinfo tables for T20/T30 which this patch fixes. > > commit aeea4204b340afe063ea38c36a0a60ce33015e7d > Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc. Where's that patch? I don't believe any patch with that subject has been posted to the lists. > Tested both on Colibri T20 as well as Colibri T30. > > Signed-off-by: Marcel Ziswiler > --- > Please note that this patch applies to the next branch of the > u-boot-tegra custodian tree. Oh right. It looks like Tom accidentally pushed his local WIP patches to the Tegra maintainer tree. I'd suggest ignoring those patches for now.