git am <patch>.patch
On Wed, Jan 8, 2014 at 4:44 PM, HARSHIT SINHA <[email protected]> wrote: > > Thanks For the Prompt reply > How to apply the patch. I am trying with the following command diff --git > a/arch/arm/mach-omap2/board-omap3beagle.c > b/arch/arm/mach-omap2/board-omap3beagle.c index 4a71cb7..2148f35 100644 --- > a/arch/arm/mach-omap2/board-omap3beagle.c +++ > b/arch/arm/mach-omap2/board-omap3beagle.c @@ -385,6 +385,7 @@ static int > __init omap3_beagle_i2c_init(void) beagle_twldata.vpll2->constraints.name= > "VDVI"; omap3_pmic_init("twl4030", &beagle_twldata); + > omap_register_i2c_bus(2, 400, NULL, 0); /* Bus 3 is attached to the DVI > port where devices like the pico DLP * projector don't work reliably with > 400kHz */ omap_register_i2c_bus(3, 100, beagle_i2c_eeprom, > ARRAY_SIZE(beagle_i2c_eeprom)); > > > *I also tried* the git diff commands but terminal shows error > So, finally how to enable the I2c2 iam also thinking of recompiling the > kernel from git clone. > > > On Wednesday, 8 January 2014 01:51:46 UTC+5:30, HARSHIT SINHA wrote: >> >> when i do i2cdetect only i2c1, i2c3 recognizes but no i2c-2. how to >> enable i2c2 plz >> >> -- > 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. > -- 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.
