projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d4fc1
)
soft_i2c: cleanup - no mpc8xx support
author
Christophe Leroy
<christophe.leroy@c-s.fr>
Fri, 16 Mar 2018 16:20:31 +0000
(17:20 +0100)
committer
Tom Rini
<trini@konsulko.com>
Fri, 6 Apr 2018 20:30:37 +0000
(16:30 -0400)
commit
907208c452999
("powerpc: Partialy restore core of mpc8xx")
didn't bring back support for I2C on the mpc8xx
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
drivers/i2c/soft_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/soft_i2c.c
b/drivers/i2c/soft_i2c.c
index 4fd5551a228269b8189c413e9d5dba72cefb18b1..cc9c5ef356fdc3ff620cce3a8b3437a950ebf1a2 100644
(file)
--- a/
drivers/i2c/soft_i2c.c
+++ b/
drivers/i2c/soft_i2c.c
@@
-25,9
+25,6
@@
#include <asm/arch/gpio.h>
#endif
#endif
-#if defined(CONFIG_8xx)
-#include <asm/io.h>
-#endif
#include <i2c.h>
#if defined(CONFIG_SOFT_I2C_GPIO_SCL)