From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 3 Oct 2016 10:23:49 -0600 Subject: [U-Boot] [PATCH] serial: ns16550: Handle -ENOENT when requesting clock In-Reply-To: <20160930083700.28915-1-acourbot@nvidia.com> References: <20160930083700.28915-1-acourbot@nvidia.com> Message-ID: <7926457f-221b-4991-905d-8ecf58f9d64c@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 09/30/2016 02:37 AM, Alexandre Courbot wrote: > When calling clk_get_by_index(), fall back to the legacy method of > getting the clock if -ENOENT is returned. Tested-by: Stephen Warren