From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v4 3/5] dt-bindings: clock: Add YAML schemas for the QCOM GCC clock bindings Date: Mon, 14 Oct 2019 11:49:53 -0500 Message-ID: <20191014164953.GA21327@bogus> References: <20191014102308.27441-1-tdas@codeaurora.org> <20191014102308.27441-4-tdas@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20191014102308.27441-4-tdas@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org Cc: Stephen Boyd , Michael Turquette =?iso-8859-1?Q?=A0?= , David Brown , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh@kernel.org, robh+dt@kernel.org, Taniya Das List-Id: devicetree@vger.kernel.org On Mon, 14 Oct 2019 15:53:06 +0530, Taniya Das wrote: > The GCC clock provider have a bunch of generic properties that > are needed in a device tree. Add a YAML schemas for those. > > Signed-off-by: Taniya Das > --- > .../devicetree/bindings/clock/qcom,gcc.txt | 94 ---------- > .../devicetree/bindings/clock/qcom,gcc.yaml | 174 ++++++++++++++++++ > 2 files changed, 174 insertions(+), 94 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc.txt > create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc.yaml > Reviewed-by: Rob Herring