From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 20 Aug 2015 09:33:03 -0600 Subject: [U-Boot] [PATCH 5/6] p2371: Remove hard-coded counter frequency In-Reply-To: <1440063743-22838-5-git-send-email-thierry.reding@gmail.com> References: <1440063743-22838-1-git-send-email-thierry.reding@gmail.com> <1440063743-22838-5-git-send-email-thierry.reding@gmail.com> Message-ID: <55D5F32F.1030109@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/20/2015 03:42 AM, Thierry Reding wrote: > From: Thierry Reding > > The counter frequency is derived from clk_m on Tegra, but that clock can > be configured by the primary bootloader to run at the same frequency as > the oscillator (38.4 MHz on Tegra210) or a divided down frequency (most > typically 19.2 MHz). Remove the hard-coded frequency and allow the timer > setup code to query the correct value at runtime. > include/configs/p2371-0000.h | 2 -- Oh, there needs to be a patch for p2371-2180.h too. Perhaps just patch all 4 boards in one go?