On 20/04/2022 10:42, Yoshihiro Shimoda wrote: > Add all Clock Pulse Generator Core Clock Outputs for the Renesas > R-Car V4H (R8A779G0) SoC. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > include/dt-bindings/clock/r8a779g0-cpg-mssr.h | 87 +++++++++++++++++++ > 1 file changed, 87 insertions(+) > create mode 100644 include/dt-bindings/clock/r8a779g0-cpg-mssr.h > > diff --git a/include/dt-bindings/clock/r8a779g0-cpg-mssr.h b/include/dt-bindings/clock/r8a779g0-cpg-mssr.h > new file mode 100644 > index 000000000000..07a94cf45581 > --- /dev/null > +++ b/include/dt-bindings/clock/r8a779g0-cpg-mssr.h > @@ -0,0 +1,87 @@ > +/* SPDX-License-Identifier: (GPL-2.0 or MIT) */ Any reason why not licensing it the same as bindings document (GPL-2.0-only OR BSD-2-Clause)? The same applies to patch 5. MIT and BSD-2-clause are almost the same, AFAIR, so let's stick to one (BSD-2-clause) for consistency? Best regards, Krzysztof