[PATCH 2/5] clk: imx6q: add missing pll bypasses

Fabio Estevam festevam at gmail.com
Mon Apr 27 23:47:59 CEST 2026


On Wed, Apr 22, 2026 at 9:42 AM Brian Ruley
<brian.ruley at gehealthcare.com> wrote:

> +static const char *pll7_bypass_sels[] = {
> +       "pll7",
> +       "pll7_bypass_src",
> +};

This causes a warning that breaks CI:

arm: + kp_imx6q_tpc
+drivers/clk/imx/clk-imx6q.c:145:20: error: 'pll7_bypass_sels' defined
but not used [-Werror=unused-variable]
+ 145 | static const char *pll7_bypass_sels[] = {
+ | ^~~~~~~~~~~~~~~~
+drivers/clk/imx/clk-imx6q.c:133:20: error: 'pll4_bypass_sels' defined
but not used [-Werror=unused-variable]
+ 133 | static const char *pll4_bypass_sels[] = {
+drivers/clk/imx/clk-imx6q.c:121:20: error: 'pll1_bypass_sels' defined
but not used [-Werror=unused-variable]
+ 121 | static const char *pll1_bypass_sels[] = {
+cc1: all warnings being treated as errors
+make[4]: *** [scripts/Makefile.build:272: drivers/clk/imx/clk-imx6q.o] Error 1
+make[3]: *** [scripts/Makefile.build:497: drivers/clk/imx] Error 2
+make[2]: *** [scripts/Makefile.build:497: drivers/clk] Error 2
+make[1]: *** [Makefile:2206: drivers] Error 2
+make: *** [Makefile:189: __sub-make] Error 2
arm: w+ imx6qdl_icore_mmc

https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/1434015

Please fix it, run it through CI, and resubmit.


More information about the U-Boot mailing list