ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1
authorErwan Le Ray <erwan.leray@st.com>
Thu, 28 May 2020 07:38:52 +0000 (09:38 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 15 Jun 2020 10:10:13 +0000 (12:10 +0200)
Add sleep and idle states to uart4 pin configuration.

Signed-off-by: Erwan Le Ray <erwan.leray@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index 32ccd50..ca109dc 100644 (file)
 };
 
 &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";
 };