On Sat, Sep 28, 2013 at 2:10 AM, <[email protected]> wrote: > According to BBB user manual p61 and BBB schematic: > led user0 is connected on PIN GPIO1_21, so his pin number should be > 1*32+21=53. > > But in arch/arm/mach-omap2/board-omap3beagle.c his number is 150, and led > user1 pin number is 149;
BeagleBone Black != "omap3 BeagleBoard" gpio1_21 is right here: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/am335x-bone-common.dtsi#n169 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
