]> Git Repo - J-linux.git/commitdiff
clk: imx8m: Do not set IMX_COMPOSITE_CORE for non-regular composites
authorAlexander Stein <[email protected]>
Wed, 3 Nov 2021 12:39:47 +0000 (13:39 +0100)
committerStephen Boyd <[email protected]>
Fri, 5 Nov 2021 22:26:16 +0000 (15:26 -0700)
Only imx8m_clk_hw_composite_core needs to set this flag.

Fixes: a60fe746df94 ("clk: imx: Rework all imx_clk_hw_composite wrappers")
Signed-off-by: Alexander Stein <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Abel Vesa <[email protected]>
Tested-by: Adam Ford <[email protected]> #imx8mm-beacon
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/imx/clk.h

index 819949973db154f6f1b3fd61c1f58157d2334aa8..7d220a01de1f84e0b0d9dac1a0e5cf2475e19024 100644 (file)
@@ -391,11 +391,11 @@ struct clk_hw *__imx8m_clk_hw_composite(const char *name,
 
 #define imx8m_clk_hw_composite(name, parent_names, reg) \
        _imx8m_clk_hw_composite(name, parent_names, reg, \
-                       IMX_COMPOSITE_CORE, IMX_COMPOSITE_CLK_FLAGS_DEFAULT)
+                       0, IMX_COMPOSITE_CLK_FLAGS_DEFAULT)
 
 #define imx8m_clk_hw_composite_critical(name, parent_names, reg) \
        _imx8m_clk_hw_composite(name, parent_names, reg, \
-                       IMX_COMPOSITE_CORE, IMX_COMPOSITE_CLK_FLAGS_CRITICAL)
+                       0, IMX_COMPOSITE_CLK_FLAGS_CRITICAL)
 
 #define imx8m_clk_hw_composite_bus(name, parent_names, reg)    \
        _imx8m_clk_hw_composite(name, parent_names, reg, \
This page took 0.053835 seconds and 4 git commands to generate.