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>
This commit is contained in:
parent
cc775a83db
commit
8ab014ce5e
|
@ -165,7 +165,7 @@
|
||||||
interrupts = <8 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <8 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-parent = <&gpioi>;
|
interrupt-parent = <&gpioi>;
|
||||||
|
|
||||||
stmfx_pinctrl: stmfx-pin-controller {
|
stmfx_pinctrl: pinctrl {
|
||||||
compatible = "st,stmfx-0300-pinctrl";
|
compatible = "st,stmfx-0300-pinctrl";
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
|
Loading…
Reference in New Issue