Skip to content

Commit

Permalink
ARM: dts: at91: sam9_l9260: Modify information in LED nodes.
Browse files Browse the repository at this point in the history
Add power led node and rename status led node.

Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Raashid Muhammed authored and Alexandre Belloni committed Jul 4, 2016
1 parent ba5c30a commit ee7657b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions arch/arm/boot/dts/at91-sam9_l9260.dts
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,16 @@
leds {
compatible = "gpio-leds";

b0 {
label = "b0";
gpios = <&pioA 6 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
pwr_led {
label = "sam9-l9260:yellow:pwr";
gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "cpu0";
};

status_led {
label = "sam9-l9260:green:status";
gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "timer";
};
};
};

0 comments on commit ee7657b

Please sign in to comment.