Commit 3fca6a1a authored by Yannick Fertré's avatar Yannick Fertré Committed by Alexandre Torgue

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

Enable CEC (Consumer Electronics Control) device.
Signed-off-by: default avatarYannick Fertré <yannick.fertre@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 5eaae049
......@@ -39,6 +39,13 @@ blue {
};
};
&cec {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&cec_pins_b>;
pinctrl-1 = <&cec_pins_sleep_b>;
status = "okay";
};
&ethernet0 {
status = "okay";
pinctrl-0 = <&ethernet0_rgmii_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