Skip to content

Commit

Permalink
ARM: dts: imx: e60k02: correct led node name
Browse files Browse the repository at this point in the history
Only led-X or led are allowed according to bindings definition.

Signed-off-by: Andreas Kemnade <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
akemnade authored and Shawn Guo committed Oct 5, 2021
1 parent 5cbd3a6 commit 31ffe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/e60k02.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
leds: leds {
compatible = "gpio-leds";

on {
led {
label = "e60k02:white:on";
gpios = <&gpio5 7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "timer";
Expand Down

0 comments on commit 31ffe01

Please sign in to comment.