Skip to content

Commit

Permalink
ARM: dts: stm32: update led nodes names for stm32f746-eval
Browse files Browse the repository at this point in the history
Update led nodes names to be aligned with yaml description

Signed-off-by: Benjamin Gaignard <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
  • Loading branch information
benjamingaignard authored and atorgue committed Jun 15, 2020
1 parent 7cf1aca commit 2c11de9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/stm32746g-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@

leds {
compatible = "gpio-leds";
green {
led-green {
gpios = <&gpiof 10 1>;
linux,default-trigger = "heartbeat";
};
orange {
led-orange {
gpios = <&stmfx_pinctrl 17 1>;
};
red {
led-red {
gpios = <&gpiob 7 1>;
};
blue {
led-blue {
gpios = <&stmfx_pinctrl 19 1>;
};
};
Expand Down

0 comments on commit 2c11de9

Please sign in to comment.