diff options
| author | Benjamin Gaignard <[email protected]> | 2020-02-10 14:43:31 +0100 |
|---|---|---|
| committer | Alexandre Torgue <[email protected]> | 2020-02-10 17:47:00 +0100 |
| commit | fccd6a577bb334286a8eac73b9ccdb01cacbb859 (patch) | |
| tree | fe0fbae2aa3bd79d8359a31f37cd59ebbdd57b19 | |
| parent | 8ab014ce5eaf13d9f701130944cf381555c050f1 (diff) | |
ARM: dts: stm32: Correct stmfx node name on stm32mp157c-ev1 board
Change stmfx node name to fit with yaml requirements.
Signed-off-by: Benjamin Gaignard <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ev1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index 8f1fe0781d9f..82ae94d8fc28 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -210,7 +210,7 @@ interrupt-parent = <&gpioi>; vdd-supply = <&v3v3>; - stmfx_pinctrl: stmfx-pin-controller { + stmfx_pinctrl: pinctrl { compatible = "st,stmfx-0300-pinctrl"; gpio-controller; #gpio-cells = <2>; |