]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: stm32: enable RTC on stm32746g-eval
authorAmelie Delaunay <amelie.delaunay@st.com>
Thu, 23 Mar 2017 13:32:21 +0000 (14:32 +0100)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Thu, 23 Mar 2017 17:19:05 +0000 (18:19 +0100)
This patch enables RTC on stm32746g-eval with default LSE clock source.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32746g-eval.dts

index aa03fac1ec55c002596e12b2b7ebb19009bf97e8..b5207588bdcb8994587a25caf0b56a8530738049 100644 (file)
        clock-frequency = <25000000>;
 };
 
+&rtc {
+       status = "okay";
+};
+
 &usart1 {
        pinctrl-0 = <&usart1_pins_a>;
        pinctrl-names = "default";