mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
at91: Extended soft_i2c driver for AT91SAM9263 SoC
While hard_i2c support is not available (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html), this patch enables soft_i2c on AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
This commit is contained in:
parent
396fd17338
commit
4e574c4e2d
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/arch/hardware.h>
|
#include <asm/arch/hardware.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_AT91SAM9263 /* only valid for AT91SAM9263 */
|
||||||
|
#include <asm/arch/at91_pmc.h>
|
||||||
|
#include <asm/arch/gpio.h>
|
||||||
|
#include <asm/arch/io.h>
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_IXP425 /* only valid for IXP425 */
|
#ifdef CONFIG_IXP425 /* only valid for IXP425 */
|
||||||
#include <asm/arch/ixp425.h>
|
#include <asm/arch/ixp425.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue