On Thu, May 17, 2018 at 02:04:25PM +0200, Amelie Delaunay wrote: > RTC embedded in stm32mp1 SoC is slightly different from stm32h7 one, it > doesn't require to disable backup domain write protection, and rtc_ck > parent clock assignment isn't allowed. > To sum up, stm32mp1 RTC requires 2 clocks, pclk and rtc_ck, and an RTC > alarm interrupt. > > Signed-off-by: Amelie Delaunay <amelie.delau...@st.com> > --- > .../devicetree/bindings/rtc/st,stm32-rtc.txt | 27 > ++++++++++++++++------ > 1 file changed, 20 insertions(+), 7 deletions(-)
Reviewed-by: Rob Herring <r...@kernel.org>