On Wed, Jan 18, 2023 at 03:08:24PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Add a DT binding document for the RPMh interconnects on Qualcomm sa8775p > platforms. > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > --- > .../interconnect/qcom,sa8775p-rpmh.yaml | 50 ++++ > .../interconnect/qcom,sa8775p-rpmh.h | 231 ++++++++++++++++++ > 2 files changed, 281 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml > create mode 100644 include/dt-bindings/interconnect/qcom,sa8775p-rpmh.h > > diff --git a/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml b/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml > new file mode 100644 > index 000000000000..672c7aaa8ed7 > --- /dev/null > +++ b/Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml > @@ -0,0 +1,50 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/interconnect/qcom,sa8775p-rpmh.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm RPMh Network-On-Chip Interconnect on SA8875P s/SA8875P/SA8775P/ -- Eric Chanudet