* Florian Vaussard <[email protected]> [130523 08:42]:
> --- a/arch/arm/boot/dts/omap3-beagle-xm.dts
> +++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
> @@ -29,13 +29,13 @@
>  
>               heartbeat {
>                       label = "beagleboard::usr0";
> -                     gpios = <&gpio5 22 0>; /* 150 -> D6 LED */
> +                     gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>; /* 150 -> D6 LED 
> */
>                       linux,default-trigger = "heartbeat";
>               };
>  
>               mmc {
>                       label = "beagleboard::usr1";
> -                     gpios = <&gpio5 21 0>; /* 149 -> D7 LED */
> +                     gpios = <&gpio5 21 GPIO_ACTIVE_HIGH>; /* 149 -> D7 LED 
> */
>                       linux,default-trigger = "mmc0";
>               };
>       };

Great yeah this is the way to go instead of the fixed numbering.
Thanks for doing this.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to