stm32_rtc: Prescaler config failed
Hi all,
I'm developing a custom board based on STM32MP153 SoC, and I need to use the internal RTC. I also need to output its 32.768kHz reference clock from I8 pin.
As stated at https://wiki.st.com/stm32mpu/wiki/RTC_device_tree_configuration, into the Linux dts I enabled the internal RTC using this node:
&rtc {
st,lsco = <RTC_OUT2_RMP>;
pinctrl-0 = <&rtc_out2_rmp_pins_a>;
pinctrl-names = "default";
status = "okay";
};but at the boot I get this log message:
stm32_rtc 5c004000.rtc: Can't enter in init mode. Prescaler config failed.
stm32_rtc: probe of 5c004000.rtc failed with error -110The driver is not loaded, thus I don't have the 32.768kHz clock on I8 pin.
Could you help me to figure out what I'm doing wrong?
Thanks in advance, regards
Mauro
