Loading arch/arm/Kconfig +2 −0 Original line number Diff line number Diff line Loading @@ -591,6 +591,7 @@ config ARCH_MMP select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP select GENERIC_CLOCKEVENTS select GPIO_PXA select HAVE_SCHED_CLOCK select TICK_ONESHOT select PLAT_PXA Loading Loading @@ -673,6 +674,7 @@ config ARCH_PXA select CLKSRC_MMIO select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS select GPIO_PXA select HAVE_SCHED_CLOCK select TICK_ONESHOT select PLAT_PXA Loading arch/arm/mach-mmp/aspenite.c +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ static void __init common_init(void) pxa168_add_nand(&aspenite_nand_info); pxa168_add_fb(&aspenite_lcd_info); pxa168_add_keypad(&aspenite_keypad_info); platform_device_register(&pxa168_device_gpio); /* off-chip devices */ platform_device_register(&smc91x_device); Loading arch/arm/mach-mmp/avengers_lite.c +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ static void __init avengers_lite_init(void) /* on-chip devices */ pxa168_add_uart(2); platform_device_register(&pxa168_device_gpio); } MACHINE_START(AVENGERS_LITE, "PXA168 Avengers lite Development Platform") Loading arch/arm/mach-mmp/brownstone.c +1 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,7 @@ static void __init brownstone_init(void) /* on-chip devices */ mmp2_add_uart(1); mmp2_add_uart(3); platform_device_register(&mmp2_device_gpio); mmp2_add_twsi(1, NULL, ARRAY_AND_SIZE(brownstone_twsi1_info)); mmp2_add_sdhost(0, &mmp2_sdh_platdata_mmc0); /* SD/MMC */ mmp2_add_sdhost(2, &mmp2_sdh_platdata_mmc2); /* eMMC */ Loading arch/arm/mach-mmp/flint.c +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ static void __init flint_init(void) /* on-chip devices */ mmp2_add_uart(1); mmp2_add_uart(2); platform_device_register(&mmp2_device_gpio); /* off-chip devices */ platform_device_register(&smc91x_device); Loading Loading
arch/arm/Kconfig +2 −0 Original line number Diff line number Diff line Loading @@ -591,6 +591,7 @@ config ARCH_MMP select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP select GENERIC_CLOCKEVENTS select GPIO_PXA select HAVE_SCHED_CLOCK select TICK_ONESHOT select PLAT_PXA Loading Loading @@ -673,6 +674,7 @@ config ARCH_PXA select CLKSRC_MMIO select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS select GPIO_PXA select HAVE_SCHED_CLOCK select TICK_ONESHOT select PLAT_PXA Loading
arch/arm/mach-mmp/aspenite.c +1 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,7 @@ static void __init common_init(void) pxa168_add_nand(&aspenite_nand_info); pxa168_add_fb(&aspenite_lcd_info); pxa168_add_keypad(&aspenite_keypad_info); platform_device_register(&pxa168_device_gpio); /* off-chip devices */ platform_device_register(&smc91x_device); Loading
arch/arm/mach-mmp/avengers_lite.c +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ static void __init avengers_lite_init(void) /* on-chip devices */ pxa168_add_uart(2); platform_device_register(&pxa168_device_gpio); } MACHINE_START(AVENGERS_LITE, "PXA168 Avengers lite Development Platform") Loading
arch/arm/mach-mmp/brownstone.c +1 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,7 @@ static void __init brownstone_init(void) /* on-chip devices */ mmp2_add_uart(1); mmp2_add_uart(3); platform_device_register(&mmp2_device_gpio); mmp2_add_twsi(1, NULL, ARRAY_AND_SIZE(brownstone_twsi1_info)); mmp2_add_sdhost(0, &mmp2_sdh_platdata_mmc0); /* SD/MMC */ mmp2_add_sdhost(2, &mmp2_sdh_platdata_mmc2); /* eMMC */ Loading
arch/arm/mach-mmp/flint.c +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ static void __init flint_init(void) /* on-chip devices */ mmp2_add_uart(1); mmp2_add_uart(2); platform_device_register(&mmp2_device_gpio); /* off-chip devices */ platform_device_register(&smc91x_device); Loading