Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253160
b: refs/heads/master
c: 1704bf1
h: refs/heads/master
v: v3
  • Loading branch information
Igor Grinberg authored and Tony Lindgren committed Jun 1, 2011
1 parent ea3dd22 commit 47c039f
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4998b245732572b027eef6b7221d80da0a3486e9
refs/heads/master: 1704bf15deb6de20f8f4272c8d8232b36bbc7484
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/board-cm-t35.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
#define SB_T35_SMSC911X_CS 4
#define SB_T35_SMSC911X_GPIO 65

#define NAND_BLOCK_SIZE SZ_128K

#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
#include <linux/smsc911x.h>
#include <plat/gpmc-smsc911x.h>
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-omap2/board-cm-t3517.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

#include "mux.h"
#include "control.h"
#include "common-board-devices.h"

#if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE)
static struct gpio_led cm_t3517_leds[] = {
Expand Down Expand Up @@ -203,8 +204,6 @@ static inline int cm_t3517_init_usbh(void)
#endif

#if defined(CONFIG_MTD_NAND_OMAP2) || defined(CONFIG_MTD_NAND_OMAP2_MODULE)
#define NAND_BLOCK_SIZE SZ_128K

static struct mtd_partition cm_t3517_nand_partitions[] = {
{
.name = "xloader",
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/board-devkit8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
#include "timer-gp.h"
#include "common-board-devices.h"

#define NAND_BLOCK_SIZE SZ_128K

#define OMAP_DM9000_GPIO_IRQ 25
#define OMAP3_DEVKIT_TS_GPIO 27

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/board-omap3beagle.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
#include "pm.h"
#include "common-board-devices.h"

#define NAND_BLOCK_SIZE SZ_128K

/*
* OMAP3 Beagle revision
* Run time detection of Beagle revision is done by reading GPIO.
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/board-omap3pandora.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#define PANDORA_WIFI_NRESET_GPIO 23
#define OMAP3_PANDORA_TS_GPIO 94

#define NAND_BLOCK_SIZE SZ_128K

static struct mtd_partition omap3pandora_nand_partitions[] = {
{
.name = "xloader",
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/board-omap3touchbook.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@

#include <asm/setup.h>

#define NAND_BLOCK_SIZE SZ_128K

#define OMAP3_AC_GPIO 136
#define OMAP3_TS_GPIO 162
#define TB_BL_PWM_TIMER 9
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-omap2/board-overo.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
#define OVERO_GPIO_USBH_CPEN 168
#define OVERO_GPIO_USBH_NRESET 183

#define NAND_BLOCK_SIZE SZ_128K

#define OVERO_SMSC911X_CS 5
#define OVERO_SMSC911X_GPIO 176
#define OVERO_SMSC911X2_CS 4
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-omap2/common-board-devices.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __OMAP_COMMON_BOARD_DEVICES__
#define __OMAP_COMMON_BOARD_DEVICES__

#define NAND_BLOCK_SIZE SZ_128K

struct twl4030_platform_data;
struct mtd_partition;

Expand Down

0 comments on commit 47c039f

Please sign in to comment.