[GIT PULL] Rockchip clock changes for 6.12 #1
Stephen Boyd
sboyd at kernel.org
Mon Sep 9 14:04:33 PDT 2024
Quoting Heiko Stuebner (2024-09-08 14:51:56)
> Hi Mike, Stephen,
>
> please find below a pull-request with some Rockchip clock changes for 6.12
>
> Please pull.
>
In patch 'dt-bindings: clock, reset: Add support for rk3576' (49c04453db81)
WARNING: Block comments should align the * on each line
#100: FILE: include/dt-bindings/clock/rockchip,rk3576-cru.h:3:
+/*
+* Copyright (c) 2023 Rockchip Electronics Co. Ltd.
WARNING: Block comments should align the * on each line
#698: FILE: include/dt-bindings/reset/rockchip,rk3576-cru.h:3:
+/*
+* Copyright (c) 2023 Rockchip Electronics Co. Ltd.
total: 0 errors, 3 warnings, 1212 lines checked
In file included from drivers/clk/rockchip/clk-rk3576.c:14:
drivers/clk/rockchip/clk-rk3576.c:334:7: error: 'mclk_pdm0_p' defined but not used [-Werror=unused-const-variable=]
334 | PNAME(mclk_pdm0_p) = { "mclk_pdm0_src_top", "xin24m" };
| ^~~~~~~~~~~
drivers/clk/rockchip/clk.h:564:43: note: in definition of macro 'PNAME'
564 | #define PNAME(x) static const char *const x[] __initconst
| ^
drivers/clk/rockchip/clk-rk3576.c:333:7: error: 'pdm0_p' defined but not used [-Werror=unused-const-variable=]
333 | PNAME(pdm0_p) = { "clk_pdm0_src_top", "xin24m" };
| ^~~~~~
Please fix these.
More information about the Linux-rockchip
mailing list