diff mbox series

[3/3] ARM: dts: stm32: Update UART4 pin states on stm32mp15xx-dkx

Message ID 20200528073853.24759-4-erwan.leray@st.com (mailing list archive)
State Mainlined
Commit a5f8a58c6a2da588192392caea16d6988eb94d72
Headers show
Series STM32 update uart4 pin configuration for low power | expand

Commit Message

Erwan LE RAY May 28, 2020, 7:38 a.m. UTC
Add sleep and idle states to uart4 pin configuration.

Signed-off-by: Erwan Le Ray <erwan.leray@st.com>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
index 70db923a45f7..e5fdbc149bf4 100644
--- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
+++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
@@ -584,8 +584,10 @@ 
 };
 
 &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";
 };