Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137468
b: refs/heads/master
c: 3a0110c
h: refs/heads/master
v: v3
  • Loading branch information
Tony Lindgren committed Mar 24, 2009
1 parent 138d221 commit 2e40990
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 52 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: 278267be38949b051f49e0bc3da76bfb2af49abf
refs/heads/master: 3a0110cdae41fb91d005c335db9e5e697dddc5cd
14 changes: 14 additions & 0 deletions trunk/arch/arm/mach-omap1/board-osk.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@
#include <mach/tc.h>
#include <mach/common.h>

/* At OMAP5912 OSK the Ethernet is directly connected to CS1 */
#define OMAP_OSK_ETHR_START 0x04800300

/* TPS65010 has four GPIOs. nPG and LED2 can be treated like GPIOs with
* alternate pin configurations for hardware-controlled blinking.
*/
#define OSK_TPS_GPIO_BASE (OMAP_MAX_GPIO_LINES + 16 /* MPUIO */)
# define OSK_TPS_GPIO_USB_PWR_EN (OSK_TPS_GPIO_BASE + 0)
# define OSK_TPS_GPIO_LED_D3 (OSK_TPS_GPIO_BASE + 1)
# define OSK_TPS_GPIO_LAN_RESET (OSK_TPS_GPIO_BASE + 2)
# define OSK_TPS_GPIO_DSP_PWR_EN (OSK_TPS_GPIO_BASE + 3)
# define OSK_TPS_GPIO_LED_D9 (OSK_TPS_GPIO_BASE + 4)
# define OSK_TPS_GPIO_LED_D2 (OSK_TPS_GPIO_BASE + 5)

static struct mtd_partition osk_partitions[] = {
/* bootloader (U-Boot, etc) in first sector */
{
Expand Down
47 changes: 0 additions & 47 deletions trunk/arch/arm/plat-omap/include/mach/board-osk.h

This file was deleted.

4 changes: 0 additions & 4 deletions trunk/arch/arm/plat-omap/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@
#include "board-apollon.h"
#endif

#ifdef CONFIG_MACH_OMAP_OSK
#include "board-osk.h"
#endif

#ifdef CONFIG_MACH_VOICEBLUE
#include "board-voiceblue.h"
#endif
Expand Down

0 comments on commit 2e40990

Please sign in to comment.