diff options
author | 2017-03-23 14:28:40 +0100 | |
---|---|---|
committer | 2017-03-23 18:18:59 +0100 | |
commit | 91a7f89c8f88d3a7e102b2db13288e14864c7b65 (patch) | |
tree | 90b6fdeb209420dd02d7f120f2d607034621695c | |
parent | dt-bindings: mfd: Add STM32F7 RCC numeric constants into DT include file (diff) | |
download | wireguard-linux-91a7f89c8f88d3a7e102b2db13288e14864c7b65.tar.xz wireguard-linux-91a7f89c8f88d3a7e102b2db13288e14864c7b65.zip |
ARM: dts: stm32: set HSE_RTC clock frequency to 1 MHz on stm32f746
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>
-rw-r--r-- | arch/arm/boot/dts/stm32f746.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi index 09d6649471b5..af4bfd4a40be 100644 --- a/arch/arm/boot/dts/stm32f746.dtsi +++ b/arch/arm/boot/dts/stm32f746.dtsi @@ -320,6 +320,8 @@ reg = <0x40023800 0x400>; clocks = <&clk_hse>, <&clk_i2s_ckin>; st,syscfg = <&pwrcfg>; + assigned-clocks = <&rcc 1 CLK_HSE_RTC>; + assigned-clock-rates = <1000000>; }; }; }; |