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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE59AC433F5 for ; Thu, 7 Oct 2021 15:46:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9B9CD610E6 for ; Thu, 7 Oct 2021 15:46:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241710AbhJGPsW (ORCPT ); Thu, 7 Oct 2021 11:48:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241608AbhJGPsQ (ORCPT ); Thu, 7 Oct 2021 11:48:16 -0400 Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 642BDC061570 for ; Thu, 7 Oct 2021 08:46:22 -0700 (PDT) Received: by mail-oi1-x22b.google.com with SMTP id y201so9604082oie.3 for ; Thu, 07 Oct 2021 08:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=kjtYykHRfu3oN6LXYJsRLSWIj815s4nhh1Muy8N60sQ=; b=R45UfSQ+bdE2Lt+bNuC/oJ0r+7Gm/HotFGaEEwCZFjEckLGqCmSFMFsjdHztQRIYLb 8s8E6tSjyNPW+RyLroTsdWcH6fZhgGzM4xbAMmcdjxX/7+8iFWkN1X6mAscYYVTwitaC 63Q80xUR5epHZCDW9iEb6UKkd4zNLr2Q9dtvAS0BtYcnCkszQ6Yx1iZO+mYf28UwmszR xdGv62q0OKWIdOszgup8QDJaymbosGpLvpudkt3OBcBv8JgGSAbogNWVFwjuU8mqQBa6 LLRYNO8XxSU0Ztoe85f/VtN42HYhhN+rsHgu3PeJr/EcfnRNSkz+QZZd3siZ3gDLm76A 6zig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=kjtYykHRfu3oN6LXYJsRLSWIj815s4nhh1Muy8N60sQ=; b=B83aBvlL58QP59oLh2KL9wdeylmeRCtB5rBhMkQOQXlStrFW8BxgIjD9x3ezsH/Aug 1jLS6HSjrcKtfgL/nEnZQbvoIVI9drvloXRRvaJjeQEYSivaKGEx8s+kX5vN4PHU2a4p vpVU28p947VIBGDseBrxZGVu/cWsm3wniX95hmqpCeAr+A6gwimayZ9EkG+SfKL8aLp4 CLUaLpM+ZF4n3TWsF6wg9eLkpLI1J+smLlV4Ywq267H1xffGjbFT/AaoFJ1CiBUJ509i avXZ0oooTChxMqFvbCtRN3T476c56QslJTTiysjs/grUo1hvXRyVu9an2G6TK19PmuDF liqA== X-Gm-Message-State: AOAM533fa3RR6gJHn3WFRShUShx1MAmqiakAO91OY/nGWlA/J3nGehO7 1NOqjhlgwWm4duSdITeOBwsMZQ== X-Google-Smtp-Source: ABdhPJyb0r7BkApnwD6ZTwsdS6wSJDTlROhQ2XReuZb9Hhs6nHxCYwNvx87/aJx3BBzNBiCYkKJqDw== X-Received: by 2002:aca:3656:: with SMTP id d83mr12288367oia.176.1633621581738; Thu, 07 Oct 2021 08:46:21 -0700 (PDT) Received: from ripper ([2600:1700:a0:3dc8:205:1bff:fec0:b9b3]) by smtp.gmail.com with ESMTPSA id bj33sm5120916oib.31.2021.10.07.08.46.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Oct 2021 08:46:21 -0700 (PDT) Date: Thu, 7 Oct 2021 08:48:01 -0700 From: Bjorn Andersson To: Dmitry Baryshkov Cc: Andy Gross , Rob Herring , Stephen Boyd , Taniya Das , Jonathan Marek , Michael Turquette , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, Bryan O'Donoghue , Mark Brown , Ulf Hansson , linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 7/8] clk: qcom: dispcc-sm8250: stop using mmcx regulator Message-ID: References: <20210829154757.784699-1-dmitry.baryshkov@linaro.org> <20210829154757.784699-8-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210829154757.784699-8-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun 29 Aug 08:47 PDT 2021, Dmitry Baryshkov wrote: > Now as the common qcom clock controller code has been taught about power > domains, stop mentioning mmcx supply as a way to power up the clock > controller's gdsc. > > Signed-off-by: Dmitry Baryshkov > Reviewed-by: Bjorn Andersson Once we merge these, I expect that the boards will start crashing if the kernel is booted using an existing DTB? Is it okay to just merge the first 6 patches in the series now and postpone these two until we've had the dts change sitting for a while? Regards, Bjorn > --- > drivers/clk/qcom/dispcc-sm8250.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/clk/qcom/dispcc-sm8250.c b/drivers/clk/qcom/dispcc-sm8250.c > index 108dd1249b6a..cf0bb12eb6e1 100644 > --- a/drivers/clk/qcom/dispcc-sm8250.c > +++ b/drivers/clk/qcom/dispcc-sm8250.c > @@ -1129,7 +1129,6 @@ static struct gdsc mdss_gdsc = { > }, > .pwrsts = PWRSTS_OFF_ON, > .flags = HW_CTRL, > - .supply = "mmcx", > }; > > static struct clk_regmap *disp_cc_sm8250_clocks[] = { > -- > 2.33.0 >