[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5d6bc520-caa1-9dca-539d-e270562c4873@st.com>
Date: Wed, 10 Apr 2019 15:40:59 +0200
From: Alexandre Torgue <alexandre.torgue@...com>
To: Gabriel Fernandez <gabriel.fernandez@...com>,
michael turquette <mturquette@...libre.com>,
stephen boyd <sboyd@...nel.org>,
rob herring <robh+dt@...nel.org>,
mark rutland <mark.rutland@....com>,
maxime coquelin <mcoquelin.stm32@...il.com>
CC: <linux-clk@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<linux-stm32@...md-mailman.stormreply.com>
Subject: Re: [PATCH 2/2] ARM: dts: stm32: Enable STM32F769 clock driver
Hi Gabriel
On 4/5/19 9:53 AM, Gabriel Fernandez wrote:
> This patch enables clocks for STM32F769 boards.
>
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@...com>
> ---
> arch/arm/boot/dts/stm32f769-disco.dts | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts
> index 3c7216844a9b..6f1d0ac8c31c 100644
> --- a/arch/arm/boot/dts/stm32f769-disco.dts
> +++ b/arch/arm/boot/dts/stm32f769-disco.dts
> @@ -102,6 +102,10 @@
> };
> };
>
> +&rcc {
> + compatible = "st,stm32f769-rcc", "st,stm32f746-rcc", "st,stm32-rcc";
> +};
> +
> &cec {
> pinctrl-0 = <&cec_pins_a>;
> pinctrl-names = "default";
>
Even if driver part is not yet merged, this DT part can be taken as we
will run with "st,stm32f746-rcc" compatible (the current one).
So:
Applied on stm32-next.
Thanks.
Alex
Powered by blists - more mailing lists