projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7fc0a8
)
ARM: dts: stm32: add i2c2/i2c5 sleep pinctrl on stm32mp157c-ev1
author
Alain Volmat
<alain.volmat@st.com>
Mon, 6 Jan 2020 13:28:30 +0000
(14:28 +0100)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Fri, 13 Mar 2020 12:00:16 +0000
(13:00 +0100)
Add the sleep state pinctrl entry for the i2c2 and i2c5 nodes
of the stm32mp157c-ev1 board.
Signed-off-by: Alain Volmat <alain.volmat@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ev1.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp157c-ev1.dts
b/arch/arm/boot/dts/stm32mp157c-ev1.dts
index 82ae94d8fc28a3dfd020240e7a86e3b9a40a8d65..7aad83165ef4e5052c3d618fa89a16ba4bbb2720 100644
(file)
--- a/
arch/arm/boot/dts/stm32mp157c-ev1.dts
+++ b/
arch/arm/boot/dts/stm32mp157c-ev1.dts
@@
-174,8
+174,9
@@
};
&i2c2 {
- pinctrl-names = "default";
+ pinctrl-names = "default"
, "sleep"
;
pinctrl-0 = <&i2c2_pins_a>;
+ pinctrl-1 = <&i2c2_pins_sleep_a>;
i2c-scl-rising-time-ns = <185>;
i2c-scl-falling-time-ns = <20>;
status = "okay";
@@
-227,8
+228,9
@@
};
&i2c5 {
- pinctrl-names = "default";
+ pinctrl-names = "default"
, "sleep"
;
pinctrl-0 = <&i2c5_pins_a>;
+ pinctrl-1 = <&i2c5_pins_sleep_a>;
i2c-scl-rising-time-ns = <185>;
i2c-scl-falling-time-ns = <20>;
status = "okay";