From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy McNicoll Subject: Re: [PATCH V6 2/6] dt-bindings: qcom: clocks: Add msm8994 clock bindings Date: Thu, 10 Nov 2016 14:51:43 -0800 Message-ID: References: <1478292996-29559-1-git-send-email-jeremymc@redhat.com> <1478292996-29559-3-git-send-email-jeremymc@redhat.com> <20161110223133.GI16026@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56800 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756077AbcKJWvp (ORCPT ); Thu, 10 Nov 2016 17:51:45 -0500 In-Reply-To: <20161110223133.GI16026@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd , Jeremy McNicoll Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, robh@kernel.org, andy.gross@linaro.org, mail@kchr.de, arnd@arndb.de, bjorn.andersson@linaro.org, mark.rutland@arm.com, michael.scott@linaro.org On 2016-11-10 2:31 PM, Stephen Boyd wrote: > On 11/04, Jeremy McNicoll wrote: >> Signed-off-by: Jeremy McNicoll >> --- > > Applied to clk-qcom-8994 in clk tree. > >> + >> +/* Indexes for GDSCs */ >> +#define BIMC_GDSC 0 >> +#define VENUS_GDSC 1 >> +#define MDSS_GDSC 2 >> +#define JPEG_GDSC 3 >> +#define VFE_GDSC 4 >> +#define OXILI_GDSC 5 >> + > > But I removed these because it's copy/paste from 8916 and that is > a different family of chips than 8994 so these GDSCs aren't in > GCC on 8994. > Thanks for taking care of this. -jeremy