Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62c78329 authored by Ben Hutchings's avatar Ben Hutchings Committed by Jeff Garzik
Browse files

sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz

parent 37b5a603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ static struct i2c_algo_bit_data falcon_i2c_bit_operations = {
	.setscl		= falcon_setscl,
	.getsda		= falcon_getsda,
	.getscl		= falcon_getscl,
	.udelay		= 100,
	.udelay		= 5,
	/*
	 * This is the number of system clock ticks after which
	 * i2c-algo-bit gives up waiting for SCL to become high.