Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mail-b.sr.ht (Postfix) with ESMTPS id 5815FFF171 for <~postmarketos/upstreaming@lists.sr.ht>; Wed, 23 Sep 2020 20:02:33 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b=CPA4TVx3 Received: from mail-oo1-f44.google.com (mail-oo1-f44.google.com [209.85.161.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 231B42376E for <~postmarketos/upstreaming@lists.sr.ht>; Wed, 23 Sep 2020 20:02:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600891352; bh=Hfj5AJiotfbwQi0kMDqrpWXz9xdg2XtkK2YtPtockBI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=CPA4TVx3vS+R9PSYZ9Rg/4PQOffM91B88SzaKWnMX5Z+YAxruNqYhgk+vsf5tEdIC 6oKkIgfvpUbMfE5L1ns80Y2fRE+EAtRw5wvzRI9iUC2TWxyIheG92n7xazGiXS6bCP PipsE8pts773ENz+lGaKyitmINzT6D+W4CCPiRdw= Received: by mail-oo1-f44.google.com with SMTP id z1so192940ooj.3 for <~postmarketos/upstreaming@lists.sr.ht>; Wed, 23 Sep 2020 13:02:32 -0700 (PDT) X-Gm-Message-State: AOAM530MlhoR0zIcSj5X6UF9mSllx+/Z/bmMdmvCZtkr3qpvDKqNd4qr dV2YImlN0hz8jgwjxT1206Ar9FMVR/3ankUVRg== X-Google-Smtp-Source: ABdhPJyo8orKX4m2ejKI3lDZOCiQVidclBviAUSxjSDNv9CpOD2NSnth0Z9GiZENKPHCTtwCRcB3aPJwDChQhgeOYXs= X-Received: by 2002:a4a:d306:: with SMTP id g6mr948766oos.25.1600891351344; Wed, 23 Sep 2020 13:02:31 -0700 (PDT) MIME-Version: 1.0 References: <20200916104135.25085-1-stephan@gerhold.net> <20200916104135.25085-6-stephan@gerhold.net> <20200923153548.GA789614@bogus> <20200923155018.GA87584@gerhold.net> In-Reply-To: <20200923155018.GA87584@gerhold.net> From: Rob Herring Date: Wed, 23 Sep 2020 14:02:19 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 05/10] dt-bindings: remoteproc: qcom,q6v5: Deprecate regulators for PDs To: Stephan Gerhold Cc: Bjorn Andersson , Andy Gross , Ohad Ben-Cohen , Rajendra Nayak , linux-arm-msm , devicetree@vger.kernel.org, "open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM" , ~postmarketos/upstreaming@lists.sr.ht Content-Type: text/plain; charset="UTF-8" On Wed, Sep 23, 2020 at 9:51 AM Stephan Gerhold wrote: > > On Wed, Sep 23, 2020 at 09:35:48AM -0600, Rob Herring wrote: > > On Wed, Sep 16, 2020 at 12:41:30PM +0200, Stephan Gerhold wrote: > > > Newer platforms vote for necessary power domains through the power > > > domain subsystem. For historical reasons older platforms like MSM8916 > > > or MSM8974 still control these as regulators. > > > > Do you plan to change these platforms? If not then I wouldn't really > > call this deprecated. > > > > Yes, MSM8916 is changed as part of this patch series. > > It should also be done for MSM8974, but because I don't have any test > devices with it I'm not able to do it myself. > > Actually the old binding likely works only because of other side effects > (other drivers voting for the same resources), so I personally I would > definitely call it deprecated. Okay. Reviewed-by: Rob Herring