Am Freitag, 20. Dezember 2024, 11:37:48 CET schrieb Kever Yang: > From: Finley Xiao <finley.xiao@xxxxxxxxxxxxxx> > > Add the dt-bindings header for the rk3562, that gets shared between > the clock controller and the clock references in the dts. > Add softreset ID for rk3562. > > Signed-off-by: Finley Xiao <finley.xiao@xxxxxxxxxxxxxx> > Signed-off-by: Liang Chen <cl@xxxxxxxxxxxxxx> > Signed-off-by: Kever Yang <kever.yang@xxxxxxxxxxxxxx> > --- > > include/dt-bindings/clock/rk3562-cru.h | 733 +++++++++++++++++++++++++ > 1 file changed, 733 insertions(+) > create mode 100644 include/dt-bindings/clock/rk3562-cru.h > > diff --git a/include/dt-bindings/clock/rk3562-cru.h b/include/dt-bindings/clock/rk3562-cru.h > new file mode 100644 > index 000000000000..1b5a63a7e98d > --- /dev/null > +++ b/include/dt-bindings/clock/rk3562-cru.h > @@ -0,0 +1,733 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* > + * Copyright (c) 2022-2024 Rockchip Electronics Co., Ltd. > + * Author: Finley Xiao <finley.xiao@xxxxxxxxxxxxxx> > + */ Forgot to add: We might want to follow newer file naming conventions, see - include/dt-bindings/clock/rockchip,rk3576-cru.h - include/dt-bindings/clock/rockchip,rk3588-cru.h and please dual license, as /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ Heiko