From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755956AbcBVWSK (ORCPT ); Mon, 22 Feb 2016 17:18:10 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:57368 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755475AbcBVWSI (ORCPT ); Mon, 22 Feb 2016 17:18:08 -0500 Date: Mon, 22 Feb 2016 14:18:06 -0800 From: Stephen Boyd To: dinguyen@opensource.altera.com Cc: dinh.linux@gmail.com, mturquette@baylibre.com, mgerlach@opensource.altera.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2] clk: socfpga: allow for multiple parents on Arria10 periph clocks Message-ID: <20160222221806.GA4847@codeaurora.org> References: <1456177966-5839-1-git-send-email-dinguyen@opensource.altera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456177966-5839-1-git-send-email-dinguyen@opensource.altera.com> 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 On 02/22, dinguyen@opensource.altera.com wrote: > From: Dinh Nguyen > > There are some Arria10 clocks of type "altr,socfpga-a10-perip-clk" that can > have multiple parents. Fix up the __socfpga_periph_init() to call > of_clk_parent_fill() that will return the appropriate number of parents. > > Also, update __socfpga_gate_init() to call of_clk_parent_fill() helper > function. > > Signed-off-by: Dinh Nguyen > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project