On 10/01/2025 13:39, Andras Szemzo wrote: > As the device tree needs the clock/reset indices, add them to DT binding > headers. > > Signed-off-by: Andras Szemzo <szemzo.andras@xxxxxxxxx> That's never a separate commit from the binding. ... > --- /dev/null > +++ b/include/dt-bindings/clock/sun8i-v853-r-ccu.h > @@ -0,0 +1,16 @@ > +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ > +/* Copyright(c) 2020 - 2023 Allwinner Technology Co.,Ltd. All rights reserved. > + * > + * Copyright (C) 2023 rengaomin@xxxxxxxxxxxxxxxxx > + */ > +#ifndef _DT_BINDINGS_CLK_SUN8I_V85X_R_CCU_H_ > +#define _DT_BINDINGS_CLK_SUN8I_V85X_R_CCU_H_ > + > +#define CLK_R_TWD 0 > +#define CLK_R_PPU 1 > +#define CLK_R_RTC 2 > +#define CLK_R_CPUCFG 3 > + > +#define CLK_R_MAX_NO (CLK_R_CPUCFG + 1) Nope, drop. Not a binding. > + > +#endif > diff --git a/include/dt-bindings/reset/sun8i-v853-ccu.h b/include/dt-bindings/reset/sun8i-v853-ccu.h > new file mode 100644 > index 000000000000..89d94fcbdb55 > --- /dev/null > +++ b/include/dt-bindings/reset/sun8i-v853-ccu.h > @@ -0,0 +1,62 @@ > +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ Odd license. Did you copy the file with such license from the downstream? Best regards, Krzysztof