lkml.org 
[lkml]   [2016]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/3] DT: EVM: add LEDs
* H. Nikolaus Schaller <hns@goldelico.com> [160926 22:27]:
> + led@6 {
> + label = "omap5:green:led3";
> + gpios = <&gpio9 4 GPIO_ACTIVE_HIGH>;
> + linux,default-trigger = "heartbeat";
> + default-state = "off";
> + };
> +
> + led@7 {
> + label = "omap5:green:led4";
> + gpios = <&gpio9 5 GPIO_ACTIVE_HIGH>;
> + linux,default-trigger = "heartbeat";
> + default-state = "off";
> + };
> +
> + led@8 {
> + label = "omap5:green:led5";
> + gpios = <&gpio9 6 GPIO_ACTIVE_HIGH>;
> + linux,default-trigger = "heartbeat";
> + default-state = "off";
> + };

How about this for defaults:

- heartbeat for led3
- cpu0 for led4
- cpu1 for led5

Or something along those lines that by default shows the
active CPUs. Don't have a omap5-uevm near by right now so
not sure about the ordering of the LEDs for displaying
cpu0 and cpu1.

Regards,

Tony

\
 
 \ /
  Last update: 2016-09-27 21:49    [W:1.588 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site