Commit 1f9510c2 authored by Erwan Le Ray's avatar Erwan Le Ray Committed by Alexandre Torgue

ARM: dts: stm32: fix -Wall W=1 compilation in stm32mp157 pinctrl for mcan

Fix compilations warnings detected by -Wall W=1 compilation option:
- node has a unit name, but no reg property
Signed-off-by: default avatarErwan Le Ray <erwan.leray@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent e7c3a5be
...@@ -574,7 +574,7 @@ pins2 { ...@@ -574,7 +574,7 @@ pins2 {
}; };
}; };
m_can1_sleep_pins_a: m_can1-sleep@0 { m_can1_sleep_pins_a: m_can1-sleep-0 {
pins { pins {
pinmux = <STM32_PINMUX('H', 13, ANALOG)>, /* CAN1_TX */ pinmux = <STM32_PINMUX('H', 13, ANALOG)>, /* CAN1_TX */
<STM32_PINMUX('I', 9, ANALOG)>; /* CAN1_RX */ <STM32_PINMUX('I', 9, ANALOG)>; /* CAN1_RX */
......
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