mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-i2c
This commit is contained in:
commit
d05bfd0586
2 changed files with 6 additions and 6 deletions
|
@ -105,11 +105,11 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_SYS_SOFT_I2C_SPEED)
|
||||
#define CONFIG_SYS_SOFT_I2C_SPEED CONFIG_SYS_I2C_SPEED
|
||||
#if !defined(CONFIG_SYS_I2C_SOFT_SPEED)
|
||||
#define CONFIG_SYS_I2C_SOFT_SPEED CONFIG_SYS_I2C_SPEED
|
||||
#endif
|
||||
#if !defined(CONFIG_SYS_SOFT_I2C_SLAVE)
|
||||
#define CONFIG_SYS_SOFT_I2C_SLAVE CONFIG_SYS_I2C_SLAVE
|
||||
#if !defined(CONFIG_SYS_I2C_SOFT_SLAVE)
|
||||
#define CONFIG_SYS_I2C_SOFT_SLAVE CONFIG_SYS_I2C_SLAVE
|
||||
#endif
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
|
|
|
@ -206,8 +206,8 @@
|
|||
#ifdef CONFIG_SYS_I2C_SOFT
|
||||
#define CONFIG_SOFT_I2C_GPIO_SCL GPIO_PF9
|
||||
#define CONFIG_SOFT_I2C_GPIO_SDA GPIO_PF8
|
||||
#define CONFIG_SYS_SOFT_I2C_SPEED 50000
|
||||
#define CONFIG_SYS_SOFT_I2C_SLAVE 0xFE
|
||||
#define CONFIG_SYS_I2C_SOFT_SPEED 50000
|
||||
#define CONFIG_SYS_I2C_SOFT_SLAVE 0xFE
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue