1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

qi-return-i2c-to-peripheral.patch

Return IO to peripheral mode for i2c at end of init

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-11-28 10:16:39 +00:00
committed by Andy Green
parent 6e84650e2f
commit 0a72b19c3f
3 changed files with 23 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ struct board_api {
int (*is_this_board)(void);
void (*port_init)(void);
void (*putc)(char);
void (*close)(void);
struct kernel_source kernel_source[8];
};