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 <tdas@xxxxxxxxxxxxxx> > --- > .../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 <robh@xxxxxxxxxx>