Skip to content

Commit

Permalink
ARM: dts: stm32: add can1 sleep pins muxing on stm32mp157c-ev1 board
Browse files Browse the repository at this point in the history
Add pinctrl sleep state for can1 on stm32mp157c-ev1.

Signed-off-by: Bich Hemon <bich.hemon@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
  • Loading branch information
Bich HEMON authored and Alexandre Torgue committed Dec 3, 2018
1 parent bb4857c commit e3b3d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/stm32mp157c-ev1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@
};

&m_can1 {
pinctrl-names = "default";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&m_can1_pins_a>;
pinctrl-1 = <&m_can1_sleep_pins_a>;
status = "okay";
};

Expand Down

0 comments on commit e3b3d0b

Please sign in to comment.