diff options
author | Benjamin Gaignard <benjamin.gaignard@st.com> | 2020-02-10 16:43:30 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-02-10 19:47:00 +0300 |
commit | 8ab014ce5eaf13d9f701130944cf381555c050f1 (patch) | |
tree | 3366ecb95f5b94d64115bf6991e7587949695266 | |
parent | cc775a83db657def8b0329da27467ae2188593a8 (diff) | |
download | linux-8ab014ce5eaf13d9f701130944cf381555c050f1.tar.xz |
ARM: dts: stm32: Correct stmfx node name on stm32746g-eval board
Change stmfx node name to fit with yaml requirements.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
-rw-r--r-- | arch/arm/boot/dts/stm32746g-eval.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32746g-eval.dts b/arch/arm/boot/dts/stm32746g-eval.dts index fcc804e3c158..4ea3f98dd275 100644 --- a/arch/arm/boot/dts/stm32746g-eval.dts +++ b/arch/arm/boot/dts/stm32746g-eval.dts @@ -165,7 +165,7 @@ interrupts = <8 IRQ_TYPE_EDGE_RISING>; interrupt-parent = <&gpioi>; - stmfx_pinctrl: stmfx-pin-controller { + stmfx_pinctrl: pinctrl { compatible = "st,stmfx-0300-pinctrl"; gpio-controller; #gpio-cells = <2>; |