ARM: dts: stm32: Update UART4 pin states on stm32mp15xx-dkx
authorErwan Le Ray <erwan.leray@st.com>
Thu, 28 May 2020 07:38:53 +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/stm32mp15xx-dkx.dtsi

index 17a22fd..dd5cef5 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";
 };