Commit e3b3d0b1 authored by Bich HEMON's avatar Bich HEMON Committed by Alexandre Torgue

ARM: dts: stm32: add can1 sleep pins muxing on stm32mp157c-ev1 board

Add pinctrl sleep state for can1 on stm32mp157c-ev1.
Signed-off-by: default avatarBich Hemon <bich.hemon@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent bb4857cd
......@@ -124,8 +124,9 @@ ltdc_ep0_out: endpoint@0 {
};
&m_can1 {
pinctrl-names = "default";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&m_can1_pins_a>;
pinctrl-1 = <&m_can1_sleep_pins_a>;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment