[PATCH 02/38] clk: rockchip: add dt-binding header for rk3562
Heiko Stübner
heiko at sntech.de
Sun Dec 22 08:08:49 PST 2024
Am Freitag, 20. Dezember 2024, 11:37:48 CET schrieb Kever Yang:
> From: Finley Xiao <finley.xiao at rock-chips.com>
>
> 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 at rock-chips.com>
> Signed-off-by: Liang Chen <cl at rock-chips.com>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
> 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 at rock-chips.com>
> + */
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
More information about the Linux-rockchip
mailing list