On 24/03/2023 18:54, AngeloGioacchino Del Regno wrote: > Add the GCE header file to define the GCE subsystem IDs, hardware > event IDs and thread priority IDs for the MT6795 Helio X10 SoC. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> > --- > include/dt-bindings/gce/mediatek,mt6795-gce.h | 123 ++++++++++++++++++ > 1 file changed, 123 insertions(+) > create mode 100644 include/dt-bindings/gce/mediatek,mt6795-gce.h > > diff --git a/include/dt-bindings/gce/mediatek,mt6795-gce.h b/include/dt-bindings/gce/mediatek,mt6795-gce.h > new file mode 100644 > index 000000000000..97d5ba2d2b44 > --- /dev/null > +++ b/include/dt-bindings/gce/mediatek,mt6795-gce.h > @@ -0,0 +1,123 @@ > +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ This should be squashed with previous commit adding this compatible. It is one logical change - bindings for mt6795 mailbox. There is no point in splitting one change into two. Best regards, Krzysztof