On Wed, 26 Jan 2022 13:42:35 +0530, Taniya Das wrote: > The LPASS(Low Power Audio Subsystem) clock provider have a bunch of generic > properties that are needed in a device tree. Also add clock ids for > LPASS core clocks and audio clock IDs for LPASS client to request for > the clocks. > > Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx> > --- > .../clock/qcom,sc7280-lpasscorecc.yaml | 172 ++++++++++++++++++ > .../clock/qcom,lpassaudiocc-sc7280.h | 43 +++++ > .../clock/qcom,lpasscorecc-sc7280.h | 26 +++ > 3 files changed, 241 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sc7280-lpasscorecc.yaml > create mode 100644 include/dt-bindings/clock/qcom,lpassaudiocc-sc7280.h > create mode 100644 include/dt-bindings/clock/qcom,lpasscorecc-sc7280.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>