OSDN Git Service

ARM: dts: stm32: add cec pins to stm32mp157c
authoryannick fertre <yannick.fertre@st.com>
Tue, 24 Apr 2018 07:54:00 +0000 (09:54 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 4 May 2018 07:45:48 +0000 (09:45 +0200)
This patch adds cec support on stm32mp157c eval board.

Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157-pinctrl.dtsi

index 6201fe7..a1ba47e 100644 (file)
                                gpio-ranges = <&pinctrl 0 160 8>;
                        };
 
+                       cec_pins_a: cec-0 {
+                               pins {
+                                       pinmux = <STM32_PINMUX('A', 15, AF4)>;
+                                       bias-disable;
+                                       drive-open-drain;
+                                       slew-rate = <0>;
+                               };
+                       };
+
                        i2c1_pins_a: i2c1-0 {
                                pins {
                                        pinmux = <STM32_PINMUX('D', 12, AF5)>, /* I2C1_SCL */