Re: [PATCH] clk: stm32f4: Use CLK_OF_DECLARE_DRIVER initialization method
From: Stephen Boyd <hidden>
Date: 2016-12-21 23:35:01
Also in:
linux-arm-kernel, linux-clk, lkml
From: Stephen Boyd <hidden>
Date: 2016-12-21 23:35:01
Also in:
linux-arm-kernel, linux-clk, lkml
On 12/14, gabriel.fernandez@st.com wrote:
From: Gabriel Fernandez <redacted>
Clock and reset controller use same compatible strings (same IP).
Since commit 989eafd0b609 ("clk: core: Avoid double initialization of
clocks") the OF core flags clock controllers registered with the
CLK_OF_DECLARE() macro as OF_POPULATED, so platform devices with the same
compatible string will not be registered.
Signed-off-by: Gabriel Fernandez <redacted>
---Applied to clk-fixes -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project