ARM: dts: stm32: add cec support on stm32mp157c-ev1

This patch enables cec node on stm32mp157c-ev1 board

Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
yannick fertre 2018-04-24 09:54:00 +02:00 committed by Alexandre Torgue
parent 7123be3bf7
commit af8b2cf25c

View File

@ -20,6 +20,12 @@
};
};
&cec {
pinctrl-names = "default";
pinctrl-0 = <&cec_pins_a>;
status = "okay";
};
&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;