From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 20 Aug 2014 12:12:15 -0600 Subject: [U-Boot] [PATCH 09/23] ARM: tegra: Implement tegra_plle_enable() In-Reply-To: <1408346196-30419-10-git-send-email-thierry.reding@gmail.com> References: <1408346196-30419-1-git-send-email-thierry.reding@gmail.com> <1408346196-30419-10-git-send-email-thierry.reding@gmail.com> Message-ID: <53F4E4FF.4050708@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 08/18/2014 01:16 AM, Thierry Reding wrote: > From: Thierry Reding > > This function is required by PCIe and SATA. This patch implements it on > Tegra20, Tegra30 and Tegra124. It isn't implemented for Tegra114 because > it doesn't support PCIe or SATA. I see no issue with the structure of the code so, Acked-by: Stephen Warren I know too little about the CAR/PLLE to comment on the actual register IO performed here; someone like Peter De Schrijver should review this really...