Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1697335
| From | Alexandre Torgue <alexandre.torgue@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] arm: dts: stm32: enable cec for stm32f769 discovery |
| Date | 2017-07-26 18:30 +0200 |
| Message-ID | <u7xm9-2CU-15@gated-at.bofh.it> (permalink) |
| References | <u4w3g-8qp-1@gated-at.bofh.it> <u4w3g-8qp-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 2/2] arm: dts: stm32: enable cec for stm32f769 discovery Alexandre Torgue <alexandre.torgue@st.com> - 2017-07-26 18:30 +0200
csiph-web