Hi!

Can we have node names consistent with other systems?

> +     leds {
> +             compatible = "gpio-leds";
> +
> +             bt_active_led {
> +                     label = "blue:bt";
> +                     gpios = <&gpio7  0 GPIO_ACTIVE_HIGH>;
> +                     linux,default-trigger = "hci0-power";
> +                     default-state = "off";
> +             };
> +
> +             wlan_active_led {
> +                     label = "yellow:wlan";
> +                     gpios = <&gpio7  1 GPIO_ACTIVE_HIGH>;
> +                     linux,default-trigger = "phy0tx";
> +                     default-state = "off";
> +             };
> +     };

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

Reply via email to