]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: add can1 sleep pins muxing
authorBich HEMON <bich.hemon@st.com>
Thu, 15 Nov 2018 08:52:29 +0000 (08:52 +0000)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 3 Dec 2018 08:56:26 +0000 (09:56 +0100)
Add can1 pinctrl definition for low-power mode

Signed-off-by: Bich Hemon <bich.hemon@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157-pinctrl.dtsi

index c4851271e8105ebe4f92196cd808d64ccea626d9..9ec4694e93a7f4a8decc4ce8af01d6b0e4b00594 100644 (file)
@@ -246,6 +246,13 @@ pins2 {
                                };
                        };
 
+                       m_can1_sleep_pins_a: m_can1-sleep@0 {
+                               pins {
+                                       pinmux = <STM32_PINMUX('H', 13, ANALOG)>, /* CAN1_TX */
+                                                <STM32_PINMUX('I', 9, ANALOG)>; /* CAN1_RX */
+                               };
+                       };
+
                        pwm2_pins_a: pwm2-0 {
                                pins {
                                        pinmux = <STM32_PINMUX('A', 3, AF1)>; /* TIM2_CH4 */