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

Commit 78145b7a authored by Florian Tobias Schandinat's avatar Florian Tobias Schandinat
Browse files

viafb: another workaround for OLPCs weird wiring



On OLPC we must not touch this I2C bus or it will hang.

Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent c572c8bb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1752,8 +1752,10 @@ static void __devinit i2c_bus_probe(struct viafb_shared *shared)
	shared->i2c_31 = via_aux_probe(viafb_find_i2c_adapter(VIA_PORT_31));

	/* FIXME: what is this? */
	if (!machine_is_olpc()) {
		printk(KERN_INFO "viafb: Probing I2C bus 0x2C\n");
		shared->i2c_2C = via_aux_probe(viafb_find_i2c_adapter(VIA_PORT_2C));
	}

	printk(KERN_INFO "viafb: Finished I2C bus probing");
}