On Thu 16 Jan 15:39 PST 2020, Venkata Narendra Kumar Gutta wrote: > From: Taniya Das <tdas@xxxxxxxxxxxxxx> > > Add bindings and update documentation for clock rpmh driver on SM8250. > > Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx> > Signed-off-by: Venkata Narendra Kumar Gutta <vnkgutta@xxxxxxxxxxxxxx> Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 + > include/dt-bindings/clock/qcom,rpmh.h | 4 +++- > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml > index 94e2f14..21398d1 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml > @@ -20,6 +20,7 @@ properties: > - qcom,sc7180-rpmh-clk > - qcom,sdm845-rpmh-clk > - qcom,sm8150-rpmh-clk > + - qcom,sm8250-rpmh-clk > > clocks: > maxItems: 1 > diff --git a/include/dt-bindings/clock/qcom,rpmh.h b/include/dt-bindings/clock/qcom,rpmh.h > index edcab3f..2e6c54e 100644 > --- a/include/dt-bindings/clock/qcom,rpmh.h > +++ b/include/dt-bindings/clock/qcom,rpmh.h > @@ -1,5 +1,5 @@ > /* SPDX-License-Identifier: GPL-2.0 */ > -/* Copyright (c) 2018, The Linux Foundation. All rights reserved. */ > +/* Copyright (c) 2018, 2020, The Linux Foundation. All rights reserved. */ > > > #ifndef _DT_BINDINGS_CLK_MSM_RPMH_H > @@ -19,5 +19,7 @@ > #define RPMH_RF_CLK3 10 > #define RPMH_RF_CLK3_A 11 > #define RPMH_IPA_CLK 12 > +#define RPMH_LN_BB_CLK1 13 > +#define RPMH_LN_BB_CLK1_A 14 > > #endif > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project