Commit f3f2604a authored by Erwan Le Ray's avatar Erwan Le Ray Committed by Alexandre Torgue

ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1

Add sleep and idle states to uart4 pin configuration.
Signed-off-by: default avatarErwan Le Ray <erwan.leray@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 251fe9a5
......@@ -353,8 +353,10 @@ timer@5 {
};
&uart4 {
pinctrl-names = "default";
pinctrl-names = "default", "sleep", "idle";
pinctrl-0 = <&uart4_pins_a>;
pinctrl-1 = <&uart4_sleep_pins_a>;
pinctrl-2 = <&uart4_idle_pins_a>;
status = "okay";
};
......
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