projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f2604
)
ARM: dts: stm32: Update UART4 pin states on stm32mp15xx-dkx
author
Erwan Le Ray
<erwan.leray@st.com>
Thu, 28 May 2020 07:38:53 +0000
(09:38 +0200)
committer
Alexandre 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
index 17a22fd7d8d1e95a60fb6aab99abd558b2d1b97b..dd5cef55d3edbec5dcddcc57de4b01361867ffbf 100644
(file)
--- 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";
};