From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932430AbcHOWYm (ORCPT ); Mon, 15 Aug 2016 18:24:42 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56369 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932182AbcHOWYj (ORCPT ); Mon, 15 Aug 2016 18:24:39 -0400 Date: Mon, 15 Aug 2016 15:24:38 -0700 From: Stephen Boyd To: Abhishek Sahu Cc: andy.gross@linaro.org, david.brown@linaro.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, mturquette@baylibre.com, galak@codeaurora.org, pradeepb@codeaurora.org, mmcclint@codeaurora.org, varada@codeaurora.org, sricharan@codeaurora.org, architt@codeaurora.org, ntelkar@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 4/5] clk: qcom: ipq4019: Added the all frequencies for apps cpu Message-ID: <20160815222438.GK361@codeaurora.org> References: <1466516962-18087-1-git-send-email-absahu@codeaurora.org> <1466516962-18087-5-git-send-email-absahu@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466516962-18087-5-git-send-email-absahu@codeaurora.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 On 06/21, Abhishek Sahu wrote: > @@ -554,11 +554,21 @@ static struct clk_rcg2 sdcc1_apps_clk_src = { > }; > > static const struct freq_tbl ftbl_gcc_apps_clk[] = { > - F(48000000, P_XO, 1, 0, 0), > - F(200000000, P_FEPLL200, 1, 0, 0), > - F(500000000, P_FEPLL500, 1, 0, 0), > - F(626000000, P_DDRPLLAPSS, 1, 0, 0), > - { } > + {48000000, P_XO, 1, 0, 0}, > + {200000000, P_FEPLL200, 1, 0, 0}, > + {380000000, P_DDRPLLAPSS, 1, 0, 0}, > + {409000000, P_DDRPLLAPSS, 1, 0, 0}, > + {444000000, P_DDRPLLAPSS, 1, 0, 0}, > + {484000000, P_DDRPLLAPSS, 1, 0, 0}, > + {500000000, P_FEPLL500, 1, 0, 0}, > + {507000000, P_DDRPLLAPSS, 1, 0, 0}, > + {532000000, P_DDRPLLAPSS, 1, 0, 0}, > + {560000000, P_DDRPLLAPSS, 1, 0, 0}, > + {592000000, P_DDRPLLAPSS, 1, 0, 0}, > + {626000000, P_DDRPLLAPSS, 1, 0, 0}, > + {666000000, P_DDRPLLAPSS, 1, 0, 0}, > + {710000000, P_DDRPLLAPSS, 1, 0, 0}, Please keep using F macro just in case the hid changes. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project