ODROID-N2: Remove logic for check I2C module loaded
Change-Id: I94bf3f5f40c4674c8a7d08b14f87833165d4a173
This commit is contained in:
@@ -284,10 +284,6 @@ static int getModeToGpio (int mode, int pin)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* To check I2C module loaded */
|
|
||||||
if (moduleLoaded(AML_MODULE_I2C) && (retPin == 205 || retPin == 206))
|
|
||||||
return -1;
|
|
||||||
else
|
|
||||||
return retPin;
|
return retPin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user