diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-05-03 03:24:37 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-04 12:50:04 -0400 |
commit | f9faf23799d0726afb56ee6c6c53fbea00ec7de3 (patch) | |
tree | 02145fb643743488cffd057a687ed3737c96d2ad /arch/arm/mach-ux500/include | |
parent | 4b27aa4140c20380a67ecefaa48cf3714cc0b8ea (diff) |
ARM: 6085/1: ux500: reorganize i2c devices
Move common i2c devices to devices.c and DB8500-specific I2C
devices to devices-db8500.c.
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/include')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/devices.h | 7 | ||||
-rw-r--r-- | arch/arm/mach-ux500/include/mach/irqs.h | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/devices.h b/arch/arm/mach-ux500/include/mach/devices.h index 7cc4983c0f48..251b4eb8694a 100644 --- a/arch/arm/mach-ux500/include/mach/devices.h +++ b/arch/arm/mach-ux500/include/mach/devices.h | |||
@@ -16,4 +16,11 @@ extern struct amba_device ux500_uart0_device; | |||
16 | extern struct amba_device ux500_uart1_device; | 16 | extern struct amba_device ux500_uart1_device; |
17 | extern struct amba_device ux500_uart2_device; | 17 | extern struct amba_device ux500_uart2_device; |
18 | 18 | ||
19 | extern struct platform_device ux500_i2c1_device; | ||
20 | extern struct platform_device ux500_i2c2_device; | ||
21 | extern struct platform_device ux500_i2c3_device; | ||
22 | |||
23 | extern struct platform_device u8500_i2c0_device; | ||
24 | extern struct platform_device u8500_i2c4_device; | ||
25 | |||
19 | #endif | 26 | #endif |
diff --git a/arch/arm/mach-ux500/include/mach/irqs.h b/arch/arm/mach-ux500/include/mach/irqs.h index 8a1f6976c245..7970684b1d09 100644 --- a/arch/arm/mach-ux500/include/mach/irqs.h +++ b/arch/arm/mach-ux500/include/mach/irqs.h | |||
@@ -42,6 +42,7 @@ | |||
42 | #define IRQ_AB4500 (IRQ_SHPI_START + 40) | 42 | #define IRQ_AB4500 (IRQ_SHPI_START + 40) |
43 | #define IRQ_DISP (IRQ_SHPI_START + 48) | 43 | #define IRQ_DISP (IRQ_SHPI_START + 48) |
44 | #define IRQ_SiPI3 (IRQ_SHPI_START + 49) | 44 | #define IRQ_SiPI3 (IRQ_SHPI_START + 49) |
45 | #define IRQ_I2C4 (IRQ_SHPI_START + 51) | ||
45 | #define IRQ_SSP1 (IRQ_SHPI_START + 52) | 46 | #define IRQ_SSP1 (IRQ_SHPI_START + 52) |
46 | #define IRQ_I2C2 (IRQ_SHPI_START + 55) | 47 | #define IRQ_I2C2 (IRQ_SHPI_START + 55) |
47 | #define IRQ_SDMMC0 (IRQ_SHPI_START + 60) | 48 | #define IRQ_SDMMC0 (IRQ_SHPI_START + 60) |