Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 905933af authored by Alexandre TORGUE's avatar Alexandre TORGUE Committed by Linus Walleij
Browse files

pinctrl: Fix "st,syscfg" definition for STM32 pinctrl



"st,syscfg" entry was bad described.

Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent eb4ec68a
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,9 @@ Required properies:
   gpio-bank node (children).
   gpio-bank node (children).
 - interrupt-parent: phandle of the interrupt parent to which the external
 - interrupt-parent: phandle of the interrupt parent to which the external
   GPIO interrupts are forwarded to.
   GPIO interrupts are forwarded to.
 - st,syscfg: phandle of the syscfg node used for IRQ mux selection.
 - st,syscfg: Should be phandle/offset pair. The phandle to the syscon node
   which includes IRQ mux selection register, and the offset of the IRQ mux
   selection register.
 - pins-are-numbered: Specify the subnodes are using numbered pinmux to
 - pins-are-numbered: Specify the subnodes are using numbered pinmux to
   specify pins.
   specify pins.