Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31686
b: refs/heads/master
c: c6e5980
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and Tony Lindgren committed Jun 26, 2006
1 parent 3800b25 commit 84a15a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22a16f39e36e62f7bd221e5b279ea02fb3c43425
refs/heads/master: c6e5980e565d6c2457e28ecd41ed31c28d33bc8a
7 changes: 7 additions & 0 deletions trunk/include/asm-arm/arch-omap/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define OMAP_TAG_UART 0x4f07
#define OMAP_TAG_FBMEM 0x4f08
#define OMAP_TAG_STI_CONSOLE 0x4f09
#define OMAP_TAG_CAMERA_SENSOR 0x4f0a

#define OMAP_TAG_BOOT_REASON 0x4f80
#define OMAP_TAG_FLASH_PART 0x4f81
Expand Down Expand Up @@ -61,6 +62,12 @@ struct omap_sti_console_config {
u8 channel;
};

struct omap_camera_sensor_config {
u16 reset_gpio;
int (*power_on)(void * data);
int (*power_off)(void * data);
};

struct omap_usb_config {
/* Configure drivers according to the connectors on your board:
* - "A" connector (rectagular)
Expand Down

0 comments on commit 84a15a5

Please sign in to comment.