mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
5ede3ceb7b
This adds support for new features, and contains stuff from most platforms. A number of these patches could have fit into other branches, too, but were small enough not to cause too much confusion here. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIVAwUATwtYgGCrR//JCVInAQKzRRAAybELlfOIT1fyVlzkzIgw0/OKxS75Vqda v5mNYUfQ001WxGjwbFGgFphrQgyhulmLj6gN5l1rwaBjEZlwLe5uk3sReeqeDMLk bERLbpg22ymka4JVhvugq5qh9UP2ptlvZV/cAZC0u2JBq+CaarFIJsrzbOyXAngf 4kUkaMhKi8DDZTqrwwACaLxR7qtf3ddiSxNLZ93X4fDh4a3qs/EJErVg/xCFlfM3 YTzTjKuqLV2cGT34E9YTJieN9o94G+PiqvbDsP3kOwG2dSElpRWsZwX/0hDoyCxN cWbqPfrrdzt/kDcNnNd8MZ16AJlPc4ElVVEWPF71tKP3HfKqtZ0vMlpzsldioFz6 8AKvaXJXRkRddY4KqNcXeEQHcDxO0uniG/3lhZY8NlzO/1PnPQ4hGl8fhw+e/2z0 nAQFUsCVIXacsxamPk/fFBUhYzyK7JrnH4pB3b7SPcCj7X9MVyWK+pbT5LA+VGOL Ys8tv3NtTWEObyW1s3NT+BEy9FkkRu4EG3TxPwHUXk4BTwa6nDmJBPjk7Hv7q4cn T58lPet8Aylhht2aZx+0dxK3MHtMOmgsJ5jQF0OAi48Kmx8kXPZ1AeXObROncbZL aI7qfuGTzps7MlUBYlmrMdceTfYLeOqIEoVyFX8N4xLE33alk8DMKc37QoTJVuxQ KrY8sCVMkK0= =N2B4 -----END PGP SIGNATURE----- Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc New feature development This adds support for new features, and contains stuff from most platforms. A number of these patches could have fit into other branches, too, but were small enough not to cause too much confusion here. * tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (28 commits) mfd/db8500-prcmu: remove support for early silicon revisions ARM: ux500: fix the smp_twd clock calculation ARM: ux500: remove support for early silicon revisions ARM: ux500: update register files ARM: ux500: register DB5500 PMU dynamically ARM: ux500: update ASIC detection for U5500 ARM: ux500: support DB8520 ARM: picoxcell: implement watchdog restart ARM: OMAP3+: hwmod data: Add the default clockactivity for I2C ARM: OMAP3: hwmod data: disable multiblock reads on MMC1/2 on OMAP34xx/35xx <= ES2.1 ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4 ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3 ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3 ARM: Orion: Remove address map info from all platform data structures ARM: Orion: Get address map from plat-orion instead of via platform_data ARM: Orion: mbus_dram_info consolidation ARM: Orion: Consolidate the address map setup ARM: Kirkwood: Add configuration for MPP12 as GPIO ARM: Kirkwood: Recognize A1 revision of 6282 chip ARM: ux500: update the MOP500 GPIO assignments ...
225 lines
5.1 KiB
C
225 lines
5.1 KiB
C
/*
|
|
* Copyright (C) ST-Ericsson SA 2010
|
|
*
|
|
* Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
|
|
* License terms: GNU General Public License (GPL) version 2
|
|
*/
|
|
|
|
#include <linux/platform_device.h>
|
|
#include <linux/amba/bus.h>
|
|
#include <linux/io.h>
|
|
#include <linux/irq.h>
|
|
|
|
#include <asm/mach/map.h>
|
|
#include <asm/pmu.h>
|
|
|
|
#include <plat/gpio-nomadik.h>
|
|
|
|
#include <mach/hardware.h>
|
|
#include <mach/devices.h>
|
|
#include <mach/setup.h>
|
|
#include <mach/irqs.h>
|
|
#include <mach/usb.h>
|
|
|
|
#include "devices-db5500.h"
|
|
#include "ste-dma40-db5500.h"
|
|
|
|
static struct map_desc u5500_uart_io_desc[] __initdata = {
|
|
__IO_DEV_DESC(U5500_UART0_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_UART2_BASE, SZ_4K),
|
|
};
|
|
|
|
static struct map_desc u5500_io_desc[] __initdata = {
|
|
/* SCU base also covers GIC CPU BASE and TWD with its 4K page */
|
|
__IO_DEV_DESC(U5500_SCU_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_GIC_DIST_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_L2CC_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_MTU0_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_BACKUPRAM0_BASE, SZ_8K),
|
|
|
|
__IO_DEV_DESC(U5500_GPIO0_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_GPIO1_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_GPIO2_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_GPIO3_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_GPIO4_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_PRCMU_BASE, SZ_4K),
|
|
__IO_DEV_DESC(U5500_PRCMU_TCDM_BASE, SZ_4K),
|
|
};
|
|
|
|
static struct resource mbox0_resources[] = {
|
|
{
|
|
.name = "mbox_peer",
|
|
.start = U5500_MBOX0_PEER_START,
|
|
.end = U5500_MBOX0_PEER_END,
|
|
.flags = IORESOURCE_MEM,
|
|
},
|
|
{
|
|
.name = "mbox_local",
|
|
.start = U5500_MBOX0_LOCAL_START,
|
|
.end = U5500_MBOX0_LOCAL_END,
|
|
.flags = IORESOURCE_MEM,
|
|
},
|
|
{
|
|
.name = "mbox_irq",
|
|
.start = MBOX_PAIR0_VIRT_IRQ,
|
|
.end = MBOX_PAIR0_VIRT_IRQ,
|
|
.flags = IORESOURCE_IRQ,
|
|
}
|
|
};
|
|
|
|
static struct resource mbox1_resources[] = {
|
|
{
|
|
.name = "mbox_peer",
|
|
.start = U5500_MBOX1_PEER_START,
|
|
.end = U5500_MBOX1_PEER_END,
|
|
.flags = IORESOURCE_MEM,
|
|
},
|
|
{
|
|
.name = "mbox_local",
|
|
.start = U5500_MBOX1_LOCAL_START,
|
|
.end = U5500_MBOX1_LOCAL_END,
|
|
.flags = IORESOURCE_MEM,
|
|
},
|
|
{
|
|
.name = "mbox_irq",
|
|
.start = MBOX_PAIR1_VIRT_IRQ,
|
|
.end = MBOX_PAIR1_VIRT_IRQ,
|
|
.flags = IORESOURCE_IRQ,
|
|
}
|
|
};
|
|
|
|
static struct resource mbox2_resources[] = {
|
|
{
|
|
.name = "mbox_peer",
|
|
.start = U5500_MBOX2_PEER_START,
|
|
.end = U5500_MBOX2_PEER_END,
|
|
.flags = IORESOURCE_MEM,
|
|
},
|
|
{
|
|
.name = "mbox_local",
|
|
.start = U5500_MBOX2_LOCAL_START,
|
|
.end = U5500_MBOX2_LOCAL_END,
|
|
.flags = IORESOURCE_MEM,
|
|
},
|
|
{
|
|
.name = "mbox_irq",
|
|
.start = MBOX_PAIR2_VIRT_IRQ,
|
|
.end = MBOX_PAIR2_VIRT_IRQ,
|
|
.flags = IORESOURCE_IRQ,
|
|
}
|
|
};
|
|
|
|
static struct platform_device mbox0_device = {
|
|
.id = 0,
|
|
.name = "mbox",
|
|
.resource = mbox0_resources,
|
|
.num_resources = ARRAY_SIZE(mbox0_resources),
|
|
};
|
|
|
|
static struct platform_device mbox1_device = {
|
|
.id = 1,
|
|
.name = "mbox",
|
|
.resource = mbox1_resources,
|
|
.num_resources = ARRAY_SIZE(mbox1_resources),
|
|
};
|
|
|
|
static struct platform_device mbox2_device = {
|
|
.id = 2,
|
|
.name = "mbox",
|
|
.resource = mbox2_resources,
|
|
.num_resources = ARRAY_SIZE(mbox2_resources),
|
|
};
|
|
|
|
static struct platform_device *db5500_platform_devs[] __initdata = {
|
|
&mbox0_device,
|
|
&mbox1_device,
|
|
&mbox2_device,
|
|
};
|
|
|
|
static resource_size_t __initdata db5500_gpio_base[] = {
|
|
U5500_GPIOBANK0_BASE,
|
|
U5500_GPIOBANK1_BASE,
|
|
U5500_GPIOBANK2_BASE,
|
|
U5500_GPIOBANK3_BASE,
|
|
U5500_GPIOBANK4_BASE,
|
|
U5500_GPIOBANK5_BASE,
|
|
U5500_GPIOBANK6_BASE,
|
|
U5500_GPIOBANK7_BASE,
|
|
};
|
|
|
|
static void __init db5500_add_gpios(void)
|
|
{
|
|
struct nmk_gpio_platform_data pdata = {
|
|
/* No custom data yet */
|
|
};
|
|
|
|
dbx500_add_gpios(ARRAY_AND_SIZE(db5500_gpio_base),
|
|
IRQ_DB5500_GPIO0, &pdata);
|
|
}
|
|
|
|
void __init u5500_map_io(void)
|
|
{
|
|
/*
|
|
* Map the UARTs early so that the DEBUG_LL stuff continues to work.
|
|
*/
|
|
iotable_init(u5500_uart_io_desc, ARRAY_SIZE(u5500_uart_io_desc));
|
|
|
|
ux500_map_io();
|
|
|
|
iotable_init(u5500_io_desc, ARRAY_SIZE(u5500_io_desc));
|
|
|
|
_PRCMU_BASE = __io_address(U5500_PRCMU_BASE);
|
|
}
|
|
|
|
static void __init db5500_pmu_init(void)
|
|
{
|
|
struct resource res[] = {
|
|
[0] = {
|
|
.start = IRQ_DB5500_PMU0,
|
|
.end = IRQ_DB5500_PMU0,
|
|
.flags = IORESOURCE_IRQ,
|
|
},
|
|
[1] = {
|
|
.start = IRQ_DB5500_PMU1,
|
|
.end = IRQ_DB5500_PMU1,
|
|
.flags = IORESOURCE_IRQ,
|
|
},
|
|
};
|
|
|
|
platform_device_register_simple("arm-pmu", ARM_PMU_DEVICE_CPU,
|
|
res, ARRAY_SIZE(res));
|
|
}
|
|
|
|
static int usb_db5500_rx_dma_cfg[] = {
|
|
DB5500_DMA_DEV4_USB_OTG_IEP_1_9,
|
|
DB5500_DMA_DEV5_USB_OTG_IEP_2_10,
|
|
DB5500_DMA_DEV6_USB_OTG_IEP_3_11,
|
|
DB5500_DMA_DEV20_USB_OTG_IEP_4_12,
|
|
DB5500_DMA_DEV21_USB_OTG_IEP_5_13,
|
|
DB5500_DMA_DEV22_USB_OTG_IEP_6_14,
|
|
DB5500_DMA_DEV23_USB_OTG_IEP_7_15,
|
|
DB5500_DMA_DEV38_USB_OTG_IEP_8
|
|
};
|
|
|
|
static int usb_db5500_tx_dma_cfg[] = {
|
|
DB5500_DMA_DEV4_USB_OTG_OEP_1_9,
|
|
DB5500_DMA_DEV5_USB_OTG_OEP_2_10,
|
|
DB5500_DMA_DEV6_USB_OTG_OEP_3_11,
|
|
DB5500_DMA_DEV20_USB_OTG_OEP_4_12,
|
|
DB5500_DMA_DEV21_USB_OTG_OEP_5_13,
|
|
DB5500_DMA_DEV22_USB_OTG_OEP_6_14,
|
|
DB5500_DMA_DEV23_USB_OTG_OEP_7_15,
|
|
DB5500_DMA_DEV38_USB_OTG_OEP_8
|
|
};
|
|
|
|
void __init u5500_init_devices(void)
|
|
{
|
|
db5500_add_gpios();
|
|
db5500_pmu_init();
|
|
db5500_dma_init();
|
|
db5500_add_rtc();
|
|
db5500_add_usb(usb_db5500_rx_dma_cfg, usb_db5500_tx_dma_cfg);
|
|
|
|
platform_add_devices(db5500_platform_devs,
|
|
ARRAY_SIZE(db5500_platform_devs));
|
|
}
|