On Wed, Jul 05, 2023 at 05:28:25PM +0200, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Add device tree bindings for the CCPLEX cluster found on NVIDIA Tegra186 > SoCs. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../cpu/nvidia,tegra186-ccplex-cluster.yaml | 37 +++++++++++++++++++ > 1 file changed, 37 insertions(+) > create mode 100644 Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml > > diff --git a/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml > new file mode 100644 > index 000000000000..4275ff16e8e3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml > @@ -0,0 +1,37 @@ > +# SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) Not GPL-2.0-only for some reason? Otherwise, Reviewed-by: Rob Herring <robh@xxxxxxxxxx>