On Mon, Feb 10, 2014 at 02:24:07PM +0800, Liu Ying wrote: > >>> @@ -81,6 +81,17 @@ > >>> }; > >>> }; > >>> > >>> + leds { > >>> + compatible = "gpio-leds"; > >>> + pinctrl-names = "default"; > >>> + pinctrl-0 = <&led_pin_gpio2_6>; > >>> + > >>> + led-diagnostic { > >>> + label = "diagnostic"; > >>> + gpios = <&gpio2 6 0>; > >> > >> Just out of curiosity, how will you use/trigger the led? > > > > And GPIO bindings should be used to specify active level, > > GPIO_ACTIVE_HIGH in this case. > > Based on Linux 3.14-rc2, this gives me no single output: > grep GPIO_ACTIVE arch/arm/boot/dts/ -nr | grep imx If you grep linux-next, you will find quite a few. > > So, this patch follows the old approach. > > I agree to use GPIO_ACTIVE_HIGH/GPIO_ACTIVE_LOW macros. > How about generating dedicated patch sets for this purpose? > Actually, I had one set for i.MX51 platforms. I prefer to have this change in the same patch. Shawn -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html