Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: add cec pins muxing on stm32mp157

Add a new pin muxing for cec.

Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Yannick Fertré and committed by
Alexandre Torgue
5eaae049 63834ff2

+21
+21
arch/arm/boot/dts/stm32mp157-pinctrl.dtsi
··· 157 157 }; 158 158 }; 159 159 160 + cec_pins_sleep_a: cec-sleep-0 { 161 + pins { 162 + pinmux = <STM32_PINMUX('A', 15, ANALOG)>; /* HDMI_CEC */ 163 + }; 164 + }; 165 + 166 + cec_pins_b: cec-1 { 167 + pins { 168 + pinmux = <STM32_PINMUX('B', 6, AF5)>; 169 + bias-disable; 170 + drive-open-drain; 171 + slew-rate = <0>; 172 + }; 173 + }; 174 + 175 + cec_pins_sleep_b: cec-sleep-1 { 176 + pins { 177 + pinmux = <STM32_PINMUX('B', 6, ANALOG)>; /* HDMI_CEC */ 178 + }; 179 + }; 180 + 160 181 ethernet0_rgmii_pins_a: rgmii-0 { 161 182 pins1 { 162 183 pinmux = <STM32_PINMUX('G', 5, AF11)>, /* ETH_RGMII_CLK125 */