Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1697332 > unrolled thread
| Started by | Alexandre Torgue <alexandre.torgue@st.com> |
|---|---|
| First post | 2017-07-26 18:30 +0200 |
| Last post | 2017-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.
Re: [PATCH 1/2] arm: dts: stm32: add cec for stm32f7 familly Alexandre Torgue <alexandre.torgue@st.com> - 2017-07-26 18:30 +0200
| From | Alexandre Torgue <alexandre.torgue@st.com> |
|---|---|
| Date | 2017-07-26 18:30 +0200 |
| Subject | Re: [PATCH 1/2] arm: dts: stm32: add cec for stm32f7 familly |
| Message-ID | <u7xm9-2CU-11@gated-at.bofh.it> |
Hi Benjamin,
On 07/18/2017 10:51 AM, Benjamin Gaignard wrote:
> add cec in devicetree for stm32f7 familly
>
> version 1.1:
> - with correct slew rate
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> ---
> arch/arm/boot/dts/stm32f746.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
> index 0c3dd1f..770e474 100644
> --- a/arch/arm/boot/dts/stm32f746.dtsi
> +++ b/arch/arm/boot/dts/stm32f746.dtsi
> @@ -167,6 +167,15 @@
> status = "disabled";
> };
>
> + cec: cec@40006c00 {
> + compatible = "st,stm32-cec";
> + reg = <0x40006C00 0x400>;
> + interrupts = <94>;
> + clocks = <&rcc 0 STM32F7_APB1_CLOCK(CEC)>, <&rcc 1 CLK_HDMI_CEC>;
> + clock-names = "cec", "hdmi-cec";
> + status = "disabled";
> + };
> +
> usart7: serial@40007800 {
> compatible = "st,stm32f7-usart", "st,stm32f7-uart";
> reg = <0x40007800 0x400>;
> @@ -339,6 +348,15 @@
> st,bank-name = "GPIOK";
> };
>
> + cec_pins_a: cec@0 {
> + pins {
> + pinmux = <STM32F746_PA15_FUNC_HDMI_CEC>;
> + slew-rate = <0>;
> + drive-open-drain;
> + bias-disable;
> + };
> + };
> +
> usart1_pins_a: usart1@0 {
> pins1 {
> pinmux = <STM32F746_PA9_FUNC_USART1_TX>;
>
After minor changes, applied on stm32-dt-for-v4.14 branch.
Thanks
Alex
Back to top | Article view | linux.kernel
csiph-web