On 21/03/2022 15:32, Fabio Baltieri wrote: > Add a dt-bindings include file for cros_ec devicetree definition, define > a pair of special purpose PWM channels in it. > > Signed-off-by: Fabio Baltieri <fabiobaltieri@xxxxxxxxxxxx> > --- > include/dt-bindings/mfd/cros_ec.h | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 include/dt-bindings/mfd/cros_ec.h > > diff --git a/include/dt-bindings/mfd/cros_ec.h b/include/dt-bindings/mfd/cros_ec.h > new file mode 100644 > index 000000000000..e02414eae622 > --- /dev/null > +++ b/include/dt-bindings/mfd/cros_ec.h > @@ -0,0 +1,18 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ Same license as for bindings (GPL-2.0-only OR BSD-2-Clause), unless you cannot (is it a derivative work?). Best regards, Krzysztof