Received: from mo4-p01-ob.smtp.rzone.de (mo4-p01-ob.smtp.rzone.de [85.215.255.51]) by mail-b.sr.ht (Postfix) with ESMTPS id 5FA24FF16F for <~postmarketos/upstreaming@lists.sr.ht>; Wed, 23 Sep 2020 15:51:29 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (2048-bit key) header.d=gerhold.net header.i=@gerhold.net header.b=P9832/++ DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1600876288; s=strato-dkim-0002; d=gerhold.net; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=JSXbNGYquAx8XAlxMl9lVOp0vPPS65owIz27C5evBy8=; b=P9832/++bE0qKZsNW8+1kMMM3iNWWZ/MJ3GplVK2f94yt9dLY7GDvZZXKhpAgYseG+ +8AOG8GZcAjYTB06sXYTKKLOeJbBEzLg5ksk0Mj3vKXRvQ89a7f1UAQn4vgEbwqgmvT7 Wlu+LfnB2uvErQlJqsdpuQlhgP08zWwoGvBitNswkCqUd50082IQu7fKCJ0Zjix1EMyZ SaZyzy+EhAwdlXwAGVgFCkiQXpnGT3DoWFjJZMb4U0z62A8wxlVUfDAYldyVlJ7IsIxx YdtTEV9cSDox/YohRNpGGzmZ8i7lNb+GcsvwkVXUwFBuBh2JgjCtR8ZX1SD/pzqVmtfD sdNg== X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVOQ/OcYgojyw4j34+u26zEodhPgRDZ8j9IcjDBg==" X-RZG-CLASS-ID: mo00 Received: from gerhold.net by smtp.strato.de (RZmta 46.10.7 DYNA|AUTH) with ESMTPSA id g0b6c1w8NFpRcfQ (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Wed, 23 Sep 2020 17:51:27 +0200 (CEST) Date: Wed, 23 Sep 2020 17:51:15 +0200 From: Stephan Gerhold To: Rob Herring Cc: Bjorn Andersson , Andy Gross , Ohad Ben-Cohen , Rajendra Nayak , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Subject: Re: [PATCH 05/10] dt-bindings: remoteproc: qcom,q6v5: Deprecate regulators for PDs Message-ID: <20200923155018.GA87584@gerhold.net> References: <20200916104135.25085-1-stephan@gerhold.net> <20200916104135.25085-6-stephan@gerhold.net> <20200923153548.GA789614@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200923153548.GA789614@bogus> 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. Thanks! Stephan