Private
Public Access
2
0

intel_galileo_rev_d: fix i2c bus definition

* Worked before just wasnt quite correct. As SCL SDA share a
* mux on the rev d.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-05-21 17:05:58 +01:00
parent 04a79bef2d
commit 716004de54

View File

@@ -259,8 +259,8 @@ maa_intel_galileo_rev_d()
b->i2c_bus_count = 1;
b->def_i2c_bus = 0;
b->i2c_bus[0].bus_id = 0;
b->i2c_bus[0].sda = 17;
b->i2c_bus[0].scl = 18;
b->i2c_bus[0].sda = 18;
b->i2c_bus[0].scl = 19;
b->spi_bus_count = 1;
b->def_spi_bus = 0;