[PATCHv3 RESEND 5/8] ARM: dts: stm32: enable RTC on stm32f429-disco

Alexandre Torgue alexandre.torgue at st.com
Mon Jan 16 06:39:43 PST 2017



On 01/16/2017 02:29 PM, Amelie Delaunay wrote:
> This patch enables RTC on stm32f429-disco with LSI as clock source because
> X2 crystal for LSE is not fitted by default.
>
> Signed-off-by: Amelie Delaunay <amelie.delaunay at st.com>
> ---
>  arch/arm/boot/dts/stm32f429-disco.dts | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts
> index 7d0415e..9222b9f 100644
> --- a/arch/arm/boot/dts/stm32f429-disco.dts
> +++ b/arch/arm/boot/dts/stm32f429-disco.dts
> @@ -94,6 +94,12 @@
>  	clock-frequency = <8000000>;
>  };
>
> +&rtc {
> +	assigned-clocks = <&rcc 1 CLK_RTC>;
> +	assigned-clock-parents = <&rcc 1 CLK_LSI>;
> +	status = "okay";
> +};
> +
>  &usart1 {
>  	pinctrl-0 = <&usart1_pins_a>;
>  	pinctrl-names = "default";
>
Applied on stm32-dt-for-v4.11

Thanks
Alex



More information about the linux-arm-kernel mailing list