On 05/10/2023 17:56, Peter Griffin wrote: > CMU_TOP geneerates clocks for all the other CMU units. Add clock > indices for those PLLs, muxes, dividers and gates. > > Signed-off-by: Peter Griffin <peter.griffin@xxxxxxxxxx> > --- > include/dt-bindings/clock/gs101.h | 204 ++++++++++++++++++++++++++++++ > 1 file changed, 204 insertions(+) > create mode 100644 include/dt-bindings/clock/gs101.h This patch should be squashed with bindings for this clock. Header on its own makes little sense. Also, filename should match compatible (vendor prefix, Soc-clock etc). > > diff --git a/include/dt-bindings/clock/gs101.h b/include/dt-bindings/clock/gs101.h > new file mode 100644 > index 000000000000..d1e216a33aeb > --- /dev/null > +++ b/include/dt-bindings/clock/gs101.h > @@ -0,0 +1,204 @@ > +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ > +/* Best regards, Krzysztof