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 C78D3C433E4 for ; Thu, 23 Jul 2020 01:06:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A13E020888 for ; Thu, 23 Jul 2020 01:06:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595466372; bh=O7z5DCoAi4Xu7UzI3rgGHjrWcS50NvtztAbu552gvjk=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=gonmgLgIqVZzZqCZcFsUQut5iPEdNegnl2y7FQ23MuS8k4gMgS+d9mbnr3bSL5LXS vdWgu55OWg2yqxhWRDsn4her6ELEgyj8xO6pGvB/95Rty+1/L/J2fPWgdJ3p5DrLQ9 jtB4OAgFRQ2RAkneIhwMS+Hm5d6ExUnEJ6rpk7iA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733157AbgGWBGM (ORCPT ); Wed, 22 Jul 2020 21:06:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:52298 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729423AbgGWBGM (ORCPT ); Wed, 22 Jul 2020 21:06:12 -0400 Received: from kernel.org (unknown [104.132.0.74]) (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 A25802080D; Thu, 23 Jul 2020 01:06:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595466371; bh=O7z5DCoAi4Xu7UzI3rgGHjrWcS50NvtztAbu552gvjk=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=M0GUegne2U06Hs5J8//RxDtE7n99J5kRQ1A7/ZziPPFb4sXyI2SgCpmCgJvZYkEuZ wrbiPx4m8j8YiyjvJ3iIrcYCkz7134mZ9n5Lox8w87Q3AJde4gWebUaOq5zgqGA0ZF 5AMZYli9N1V0if4vBlCXz7aNp2FyBMtuzmLj5+UI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <69dccde9-f577-6266-07cb-820930bace68@linaro.org> References: <1594796050-14511-1-git-send-email-tdas@codeaurora.org> <69dccde9-f577-6266-07cb-820930bace68@linaro.org> Subject: Re: [PATCH v0] clk: qcom: gcc: Update disp gpll0 branch for 7180/845 From: Stephen Boyd Cc: David Brown , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, evgreen@google.com To: Dmitry Baryshkov , Michael Turquette , Taniya Das Date: Wed, 22 Jul 2020 18:06:11 -0700 Message-ID: <159546637100.3847286.13662517451264201995@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Dmitry Baryshkov (2020-07-21 07:31:56) > On 15/07/2020 09:54, Taniya Das wrote: > > The display gpll0 branch clock needs to be always left enabled, thus > > move the clock ops to _aon branch ops. >=20 > Does this also apply to sm8250/sm8150? >=20 Probably.