From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Wed, 15 Apr 2015 15:49:11 -0500 Subject: [U-Boot] [PATCHv3 15/17] arm: socfpga: spl: update pll_config for dev kit In-Reply-To: <201504030354.44106.marex@denx.de> References: <1427752878-18426-1-git-send-email-dinguyen@opensource.altera.com> <1427752878-18426-16-git-send-email-dinguyen@opensource.altera.com> <201504030354.44106.marex@denx.de> Message-ID: <552ECEC7.3020608@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/02/2015 08:54 PM, Marek Vasut wrote: > On Tuesday, March 31, 2015 at 12:01:16 AM, dinguyen at opensource.altera.com wrote: >> From: Dinh Nguyen >> >> This sets the CPU clocks to 925MHz and DDR to 400MHz, and the correct >> CONFIG_HPS_MAINPLLGRP_VCO_NUMER should be 79. > > Didn't various CV SX run at 800MHz only ? I think only some of them ran > at 925MHz, not all of them. > Ah yes, I think I'm lucky to have a 925MHz devkit on my desk. But I think CONFIG_HPS_MAINPLLGRP_VCO_NUMER should be 79, as I cannot get a correct baudrate without it. Dinh