On Wed, Dec 01, 2021 at 12:55:56PM +0530, Vinod Koul wrote: > The Qualcomm SM8450 SoC has several bus fabrics that could be > controlled and tuned dynamically according to the bandwidth demand > > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx> > --- > .../bindings/interconnect/qcom,rpmh.yaml | 11 ++ > .../dt-bindings/interconnect/qcom,sm8450.h | 171 ++++++++++++++++++ > 2 files changed, 182 insertions(+) > create mode 100644 include/dt-bindings/interconnect/qcom,sm8450.h > > diff --git a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml > index 3fd1a134162d..cbb24f9bb609 100644 > --- a/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml > +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml > @@ -104,6 +104,17 @@ properties: > - qcom,sm8350-mmss-noc > - qcom,sm8350-compute-noc > - qcom,sm8350-system-noc > + - qcom,sm8450-aggre1-noc > + - qcom,sm8450-aggre2-noc > + - qcom,sm8450-clk-virt > + - qcom,sm8450-config-noc > + - qcom,sm8450-gem-noc > + - qcom,sm8450-lpass-ag-noc > + - qcom,sm8450-mc-virt > + - qcom,sm8450-mmss-noc > + - qcom,sm8450-nsp-noc > + - qcom,sm8450-pcie-anoc > + - qcom,sm8450-system-noc > > '#interconnect-cells': > enum: [ 1, 2 ] > diff --git a/include/dt-bindings/interconnect/qcom,sm8450.h b/include/dt-bindings/interconnect/qcom,sm8450.h > new file mode 100644 > index 000000000000..786fce091c84 > --- /dev/null > +++ b/include/dt-bindings/interconnect/qcom,sm8450.h > @@ -0,0 +1,171 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ Dual license. Can Qualcomm/Linaro please get their licensing in order. Rob