mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 09:33:31 +02:00
ARM: dts: stm32: add can1 sleep pins muxing on stm32mp157c-ev1 board
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>
This commit is contained in:
parent
bb4857cd00
commit
e3b3d0b19b
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user