mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 19:31:53 +00:00
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>
This commit is contained in:
parent
ba5c30ac21
commit
ee7657b030
@ -106,11 +106,16 @@
|
|||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
b0 {
|
pwr_led {
|
||||||
label = "b0";
|
label = "sam9-l9260:yellow:pwr";
|
||||||
gpios = <&pioA 6 GPIO_ACTIVE_HIGH>;
|
gpios = <&pioA 9 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "cpu0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
status_led {
|
||||||
|
label = "sam9-l9260:green:status";
|
||||||
|
gpios = <&pioA 6 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,default-trigger = "timer";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user