From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0DAA4C63699 for ; Mon, 16 Nov 2020 05:26:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9E98223C7 for ; Mon, 16 Nov 2020 05:26:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="h1T0USu1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbgKPF0F (ORCPT ); Mon, 16 Nov 2020 00:26:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:50910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbgKPF0F (ORCPT ); Mon, 16 Nov 2020 00:26:05 -0500 Received: from localhost (unknown [122.171.203.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B73BF22280; Mon, 16 Nov 2020 05:26:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605504364; bh=fQUgrMcbFWfiS0A0RxiAzadJ++hVicH+Uu5uHwuRK8U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h1T0USu1pTOtun6J69QO3sIhrfIPE0ZHtyNcLTGfFxUI4OAG+heLLCT3D6Nlbep7K 0igVsG8gDenqAmMOUIBpkDJHOdW0QRlHgYJ1FGOzfI+MRDARU+Dbc1bFQ2rp29ohVh lCmYPgP/nlKuxB2feOWfixOKJ5oZMD68vbhLf8hA= Date: Mon, 16 Nov 2020 10:56:00 +0530 From: Vinod Koul To: Bjorn Andersson Cc: Manivannan Sadhasivam , sboyd@kernel.org, mturquette@baylibre.com, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Naveen Yadav Subject: Re: [PATCH v2 2/4] clk: qcom: Add SDX55 GCC support Message-ID: <20201116052600.GA7499@vkoul-mobl> References: <20201105104817.15715-1-manivannan.sadhasivam@linaro.org> <20201105104817.15715-3-manivannan.sadhasivam@linaro.org> <20201106093819.GE2621@vkoul-mobl> <20201115011711.GI332990@builder.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201115011711.GI332990@builder.lan> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 14-11-20, 19:17, Bjorn Andersson wrote: > > > +enum { > > > + P_BI_TCXO, > > > + P_CORE_BI_PLL_TEST_SE, > > > > This is for test and we removed this for upstream, so can you do that as > > well (not parent will decrease for clks below) > > > > We have several other platforms that includes the bi_pll_test clock - > and it's there in the hardware, so I think we should just keep it. I dont mind either way ;) > Is it causing any issues? Not that I am aware off.. It was request from Steve to remove these as they will not be used upstream -- ~Vinod