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

ARM: dts: stm32: Update UART4 pin states on stm32mp15xx-dkx

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 f3f2604a
......@@ -584,8 +584,10 @@ timer@11 {
};
&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