[PATCH v2 1/6] clk: stm32f4: Add LSI & LSE clocks
From: Gabriel Fernandez <hidden>
Date: 2016-10-20 16:06:02
Also in:
linux-clk, linux-devicetree, lkml
From: Gabriel Fernandez <hidden>
Date: 2016-10-20 16:06:02
Also in:
linux-clk, linux-devicetree, lkml
Hi Stephen, On 10/19/2016 10:24 PM, Stephen Boyd wrote:
On 10/14, gabriel.fernandez at st.com wrote:quoted
@@ -292,8 +298,110 @@ static int stm32f4_rcc_lookup_clk_idx(u8 primary, u8 secondary) return clks[i]; } +static struct regmap *pdrm;This can't be part of the stm32_rgate structure?
Finally i prefer not, because i need also to disable power domain write protection in the patch 4 (clk: stm32f4: Add RTC clock). its will complicate the code. BR Gabriel