intel_galileo_rev_d: fix i2c bus definition
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 21 May 2014 16:05:58 +0000 (17:05 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 21 May 2014 16:05:58 +0000 (17:05 +0100)
* 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>
src/intel_galileo_rev_d.c

index 57e429b..9dc4dd9 100644 (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;