Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751476AbdFBWp1 (ORCPT ); Fri, 2 Jun 2017 18:45:27 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:40782 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971AbdFBWpZ (ORCPT ); Fri, 2 Jun 2017 18:45:25 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 2DE196075A Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Fri, 2 Jun 2017 15:45:23 -0700 From: Stephen Boyd To: Phil Elwell Cc: Michael Turquette , Eric Anholt , Stefan Wahren , Florian Fainelli , linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/2] clk: bcm2835: Limit PCM clock to OSC and PLLD_PER Message-ID: <20170602224523.GB20170@codeaurora.org> References: <8cc0ba82-d33e-127b-7b86-ac595ef416d1@raspberrypi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8cc0ba82-d33e-127b-7b86-ac595ef416d1@raspberrypi.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 620 Lines: 17 On 06/01, Phil Elwell wrote: > Restrict clock sources for the PCM peripheral to the oscillator and > PLLD_PER because other source may have varying rates or be switched off. > Prevent other sources from being selected by replacing their names in > the list of potential parents with dummy entries (entry index is > significant). > > Signed-off-by: Phil Elwell > Reviewed-by: Eric Anholt > Acked-by: Stefan Wahren > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project