From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 3 May 2017 19:38:16 +0530 Subject: [U-Boot] [PATCH 3/3] arm: am33xx: Add support for mulitiple PLL input frequencies In-Reply-To: <20170503123937.GR12511@bill-the-cat> References: <20170502141026.27093-1-lokeshvutla@ti.com> <20170502141026.27093-4-lokeshvutla@ti.com> <20170503123937.GR12511@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 03 May 2017 06:09 PM, Tom Rini wrote: > On Tue, May 02, 2017 at 07:40:26PM +0530, Lokesh Vutla wrote: > >> am335x supports various sysclk frequencies which can be determined >> using sysboot pins. PLLs should be configures based on this >> sysclk frequency. Add PLL configurations for all supported >> frequencies. >> >> Signed-off-by: Lokesh Vutla > [snip] >> +u8 bone_not_connected_to_ac_power(void) >> +{ > > Should be static. Thanks! Sure. will update it and repost. Thanks and regards, Lokesh >