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

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>
This commit is contained in:
Erwan Le Ray 2020-05-28 09:38:53 +02:00 коммит произвёл Alexandre Torgue
Родитель f3f2604ae9
Коммит a5f8a58c6a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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";
};