Skip to content

Commit

Permalink
[ARM] pxa/colibri: convert to use new MFP API
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Cc: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Eric Miao authored and Russell King committed Sep 26, 2008
1 parent 4a5c5ea commit c0b1541
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions arch/arm/mach-pxa/colibri.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@
#include <asm/mach/irq.h>
#include <asm/mach/flash.h>
#include <mach/pxa-regs.h>
#include <mach/pxa2xx-gpio.h>
#include <mach/mfp-pxa27x.h>
#include <mach/colibri.h>

#include "generic.h"
#include "devices.h"

static unsigned long colibri_pin_config[] __initdata = {
GPIO78_nCS_2, /* Ethernet CS */
GPIO114_GPIO, /* Ethernet IRQ */
};

/*
* Flash
*/
Expand Down Expand Up @@ -116,9 +121,7 @@ static struct platform_device *colibri_devices[] __initdata = {

static void __init colibri_init(void)
{
/* DM9000 LAN */
pxa_gpio_mode(GPIO78_nCS_2_MD);
pxa_gpio_mode(GPIO_DM9000 | GPIO_IN);
pxa2xx_mfp_config(ARRAY_AND_SIZE(colibri_pin_config));

platform_add_devices(colibri_devices, ARRAY_SIZE(colibri_devices));
}
Expand Down

0 comments on commit c0b1541

Please sign in to comment.