Skip to content

Commit

Permalink
ARM: dts: stm32: update led nodes names for stm32f769-disco
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 5f014cb commit 7cf1aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/stm32f769-disco.dts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@

leds {
compatible = "gpio-leds";
green {
led-green {
gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
red {
led-red {
gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
};
};
Expand Down

0 comments on commit 7cf1aca

Please sign in to comment.