On Thu, 19 Mar 2020 11:05:29 +0530, Taniya Das wrote: > The Modem Subsystem clock provider have a bunch of generic properties > that are needed in a device tree. Add a YAML schemas for those. > > Add clock ids for GCC MSS and MSS clocks which are required to bring > the modem out of reset. > > Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx> > --- > .../devicetree/bindings/clock/qcom,sc7180-mss.yaml | 62 ++++++++++++++++++++++ > include/dt-bindings/clock/qcom,gcc-sc7180.h | 7 ++- > include/dt-bindings/clock/qcom,mss-sc7180.h | 12 +++++ > 3 files changed, 80 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sc7180-mss.yaml > create mode 100644 include/dt-bindings/clock/qcom,mss-sc7180.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>