OSDN Git Service

ARM: dts: stm32: add i2c4 sleep pinctrl on stm32mp157c-ed1
authorAlain Volmat <alain.volmat@st.com>
Mon, 6 Jan 2020 13:28:31 +0000 (14:28 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 13 Mar 2020 15:11:12 +0000 (16:11 +0100)
Add the sleep state pinctrl entry for the i2c4 node
of the stm32mp157c-ed1 board.

Signed-off-by: Alain Volmat <alain.volmat@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index d5f3657..8578247 100644 (file)
 };
 
 &i2c4 {
-       pinctrl-names = "default";
+       pinctrl-names = "default", "sleep";
        pinctrl-0 = <&i2c4_pins_a>;
+       pinctrl-1 = <&i2c4_pins_sleep_a>;
        i2c-scl-rising-time-ns = <185>;
        i2c-scl-falling-time-ns = <20>;
        clock-frequency = <400000>;