ARM: dts: stm32: set HSE_RTC clock frequency to 1 MHz on stm32f429
authorAmelie Delaunay <amelie.delaunay@st.com>
Mon, 16 Jan 2017 13:29:00 +0000 (14:29 +0100)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Mon, 16 Jan 2017 13:37:29 +0000 (14:37 +0100)
This patch set HSE_RTC clock frequency to 1 MHz, as the clock supplied to
the RTC must be 1 MHz.

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

index e9324a3..557c1f4 100644 (file)
                        reg = <0x40023800 0x400>;
                        clocks = <&clk_hse>, <&clk_i2s_ckin>;
                        st,syscfg = <&pwrcfg>;
+                       assigned-clocks = <&rcc 1 CLK_HSE_RTC>;
+                       assigned-clock-rates = <1000000>;
                };
 
                dma1: dma-controller@40026000 {