intel_joule_expansion.c: Fix issue with gpio-339 mapping
The mapping for gpio-339 went away with commit gpio-339 is available as LED102 or ISH_IO2 Signed-off-by: Arun Ravindran <arun.ravindran@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
0004dfeefb
commit
c7a4a6db34
@@ -368,10 +368,11 @@ mraa_joule_expansion_board()
|
||||
b->pins[pos].pwm.mux_total = 0;
|
||||
pos++;
|
||||
|
||||
strncpy(b->pins[pos].name, "I2S3SDO", 8);
|
||||
b->pins[pos].capabilities = (mraa_pincapabilities_t){ 1, 0, 0, 0, 0, 0, 0, 0 };
|
||||
//b->pins[pos].gpio.pinmap = 400;
|
||||
//b->pins[pos].gpio.mux_total = 0;
|
||||
strncpy(b->pins[pos].name, "ISH_IO2", 8);
|
||||
b->pins[pos].capabilities = (mraa_pincapabilities_t){ 1, 1, 0, 0, 0, 0, 0, 0 };
|
||||
// High level will be V1P8 - VBE on MBT3904D
|
||||
b->pins[pos].gpio.pinmap = 339;
|
||||
b->pins[pos].gpio.mux_total = 0;
|
||||
pos++;
|
||||
|
||||
strncpy(b->pins[pos].name, "PWM3", 8);
|
||||
|
||||
Reference in New Issue
Block a user