Re: [U-Boot] [PATCH] Tegra: PLL: fix per-SoC pllinfo table regression

2015-07-10 Thread Stephen Warren
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/T

[U-Boot] [PATCH] Tegra: PLL: fix per-SoC pllinfo table regression

2015-07-10 Thread Marcel Ziswiler
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 aeea4204b340af