On 11/01/2023 20:57, Dmitry Baryshkov wrote: > MSM8996 Core Bus Fabric (CBF) clock controller clocks an interconnect > between two CPU clusters. The CBF clock should follow the CPU > frequencies to provide enough bandwidth between clusters. Thus a single > driver implements both a clock and an interconnect to set the clock > rate. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/clock/qcom,msm8996-cbf.yaml | 53 +++++++++++++++++++ > 1 file changed, 53 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml > > diff --git a/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml b/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml > new file mode 100644 > index 000000000000..2080e1743b2e > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml > @@ -0,0 +1,53 @@ > +# SPDX-License-Identifier: GPL-2.0-only Dual license, please. Best regards, Krzysztof