From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 2/2] clk: qcom: clk-rpmh: Add support for SM8150 Date: Fri, 16 Aug 2019 09:58:11 -0700 Message-ID: <20190816165812.BC64B2077C@mail.kernel.org> References: <20190814122958.4981-1-vkoul@kernel.org> <20190814122958.4981-2-vkoul@kernel.org> <20190814171946.E9E8D20665@mail.kernel.org> <20190816042440.GY12733@vkoul-mobl.Dlink> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190816042440.GY12733@vkoul-mobl.Dlink> Sender: linux-kernel-owner@vger.kernel.org To: Vinod Koul Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Andy Gross , Michael Turquette , Rob Herring , Mark Rutland , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org Quoting Vinod Koul (2019-08-15 21:24:40) > On 14-08-19, 10:19, Stephen Boyd wrote: > > Quoting Vinod Koul (2019-08-14 05:29:58) > > > Add support for rpmh clocks found in SM8150 > > >=20 > > > Signed-off-by: Vinod Koul > > > --- > >=20 > > Patch looks OK, but can you convert this driver to use the new parent > > style and then update the binding to handle it? We can fix the other > > platforms and dts files that use this driver in parallel, but sm8150 > > will be forward looking. >=20 > Yes but that would also impact sdm845 as it uses this driver, so I > wanted to get this one done so that we have support for rpm clock and > then do the conversion. >=20 > Would that be okay with you to get this in and then I convert this? >=20 How does it impact sdm845? The new way of specifying parents supports fallback to legacy string matching.