Hi! does anybody know why i2c4 disabled in kernel? Specifically I try to bring up 3.7x to my device and found that the function omap_register_i2c_bus() hangs when the bus number is 4. Digging into code shows that this check is true BUG_ON(bus_id < 1 || bus_id > omap_i2c_nr_ports()); because omap_i2c_nr_ports() returns 3.
any comments are appreciated -- LinkedIn - http://www.linkedin.com/in/maximpodbereznyy Company - http://www.linkedin.com/company/mentorel Facebook - https://www.facebook.com/mentorel.company -- 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.
