From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v4 1/4] dt-bindings: clock: Document the parent clocks Date: Mon, 09 Sep 2019 09:03:05 -0700 Message-ID: <20190909160305.E0FC62084D@mail.kernel.org> References: <20190826121453.21732-1-vkoul@kernel.org> <20190826121453.21732-2-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190826121453.21732-2-vkoul@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , Vinod Koul , 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-26 05:14:50) > With clock parent data scheme we must specify the parent clocks for the > rpmhcc nodes. So describe the parent clock for rpmhcc in the bindings. >=20 > Signed-off-by: Vinod Koul > Reviewed-by: Bjorn Andersson > --- > Documentation/devicetree/bindings/clock/qcom,rpmh-clk.txt | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmh-clk.txt b/= Documentation/devicetree/bindings/clock/qcom,rpmh-clk.txt > index 3c007653da31..8b97968f9c88 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,rpmh-clk.txt > +++ b/Documentation/devicetree/bindings/clock/qcom,rpmh-clk.txt > @@ -9,6 +9,9 @@ Required properties : > - compatible : shall contain "qcom,sdm845-rpmh-clk" > =20 > - #clock-cells : must contain 1 > +- clocks: a list of phandles and clock-specifier pairs, > + one for each entry in clock-names. > +- clock-names: Parent board clock: "xo". Ok. xo is fine!