Re: [PATCH][resend] leds-gpio: of: led should not be created if its status is disabled

2013-10-02 Thread Bryan Wu
On Thu, Sep 26, 2013 at 4:27 AM, Josh Wu wrote: > now the leds-gpio driver will create every child led node without > checking the status is disabled or not. > > for example, if we have a led node like d3, and its status is disabled: > leds { > d3 { >

[PATCH][resend] leds-gpio: of: led should not be created if its status is disabled

2013-09-26 Thread Josh Wu
now the leds-gpio driver will create every child led node without checking the status is disabled or not. for example, if we have a led node like d3, and its status is disabled: leds { d3 { label = "d3"; gpios = <&pioE 24 0>;