Commit af8b2cf2 authored by yannick fertre's avatar yannick fertre Committed by Alexandre Torgue

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

This patch enables cec node on stm32mp157c-ev1 board
Signed-off-by: default avatarYannick Fertre <yannick.fertre@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 7123be3b
......@@ -20,6 +20,12 @@ aliases {
};
};
&cec {
pinctrl-names = "default";
pinctrl-0 = <&cec_pins_a>;
status = "okay";
};
&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins_a>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment