Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1697335 > unrolled thread

Re: [PATCH 2/2] arm: dts: stm32: enable cec for stm32f769 discovery

Started byAlexandre Torgue <alexandre.torgue@st.com>
First post2017-07-26 18:30 +0200
Last post2017-07-26 18:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 2/2] arm: dts: stm32: enable cec for stm32f769 discovery Alexandre Torgue <alexandre.torgue@st.com> - 2017-07-26 18:30 +0200

#1697335 — Re: [PATCH 2/2] arm: dts: stm32: enable cec for stm32f769 discovery

FromAlexandre Torgue <alexandre.torgue@st.com>
Date2017-07-26 18:30 +0200
SubjectRe: [PATCH 2/2] arm: dts: stm32: enable cec for stm32f769 discovery
Message-ID<u7xm9-2CU-15@gated-at.bofh.it>
Hi Benjamin,

On 07/18/2017 10:22 AM, Benjamin Gaignard wrote:
> enable cec for stm32f769 discovery board
> 
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> ---
>   arch/arm/boot/dts/stm32f769-disco.dts | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/stm32f769-disco.dts b/arch/arm/boot/dts/stm32f769-disco.dts
> index 166728a..14e54da 100644
> --- a/arch/arm/boot/dts/stm32f769-disco.dts
> +++ b/arch/arm/boot/dts/stm32f769-disco.dts
> @@ -72,3 +72,9 @@
>   	pinctrl-names = "default";
>   	status = "okay";
>   };
> +
> +&cec {
> +	pinctrl-0 = <&cec_pins_a>;
> +	pinctrl-names = "default";
> +	status = "okay";
> +};
> 
After minor changes, applied on stm32-dt-for-v4.14 branch.

Thanks
Alex

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web