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

ARM: dts: stm32: enable cec on stm32mp157a-dk1 board

Enable CEC (Consumer Electronics Control) device.

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
3fca6a1a 5eaae049

+7
+7
arch/arm/boot/dts/stm32mp157a-dk1.dts
··· 39 39 }; 40 40 }; 41 41 42 + &cec { 43 + pinctrl-names = "default", "sleep"; 44 + pinctrl-0 = <&cec_pins_b>; 45 + pinctrl-1 = <&cec_pins_sleep_b>; 46 + status = "okay"; 47 + }; 48 + 42 49 &ethernet0 { 43 50 status = "okay"; 44 51 pinctrl-0 = <&ethernet0_rgmii_pins_a>;