Re: [PATCH v2 9/9] clk: imx: Add the pcc reset controller support on imx8ulp
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2021-08-25 10:54:28
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2021-08-25 10:54:28
On Mon, 2021-08-23 at 23:58 +0000, Jacky Bai wrote: [...]
quoted
quoted
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig indexb81d6437ed95..0d1e3a6ac32a 100644--- a/drivers/clk/imx/Kconfig +++ b/drivers/clk/imx/Kconfig@@ -102,5 +102,6 @@ config CLK_IMX8QXP config CLK_IMX8ULP tristate "IMX8ULP CCM Clock Driver" depends on ARCH_MXC || COMPILE_TEST + select RESET_CONTROLLERThis shouldn't be required anymore, devm_reset_controller_register() has a stub since commit 48a74b1147f7 ("reset: Add compile-test stubs").So we don't need to select 'RESET_CONTROLLER' explicitly, right?
Right. regards Philipp