diff options
author | Raashid Muhammed <raashidmuhammed@zilogic.com> | 2016-06-24 16:31:09 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-07-04 16:59:45 +0300 |
commit | ee7657b0307cb14fdac35d68f8e8edbd9c96d928 (patch) | |
tree | 2706275e2c0781d774005775564eaa93d31dd5a1 /arch/arm/boot/dts/at91-sam9_l9260.dts | |
parent | ba5c30ac217b2f7b67eddddd60cc68fd060383a2 (diff) | |
download | linux-ee7657b0307cb14fdac35d68f8e8edbd9c96d928.tar.xz |
ARM: dts: at91: sam9_l9260: Modify information in LED nodes.
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>
Diffstat (limited to 'arch/arm/boot/dts/at91-sam9_l9260.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sam9_l9260.dts | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/at91-sam9_l9260.dts b/arch/arm/boot/dts/at91-sam9_l9260.dts index be409f24892c..814753ab26a0 100644 --- a/arch/arm/boot/dts/at91-sam9_l9260.dts +++ b/arch/arm/boot/dts/at91-sam9_l9260.dts @@ -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"; + }; }; }; |