Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
88e19cd1
Commit
88e19cd1
authored
Jul 01, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Innovator MMC init
Innovator MMC init
parent
4014a6be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
arch/arm/mach-omap/omap1/board-innovator.c
arch/arm/mach-omap/omap1/board-innovator.c
+12
-0
No files found.
arch/arm/mach-omap/omap1/board-innovator.c
View file @
88e19cd1
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#include <asm/mach/flash.h>
#include <asm/mach/flash.h>
#include <asm/mach/map.h>
#include <asm/mach/map.h>
#include <asm/arch/mux.h>
#include <asm/arch/fpga.h>
#include <asm/arch/fpga.h>
#include <asm/arch/gpio.h>
#include <asm/arch/gpio.h>
#include <asm/arch/tc.h>
#include <asm/arch/tc.h>
...
@@ -220,8 +221,19 @@ static struct omap_usb_config h2_usb_config __initdata = {
...
@@ -220,8 +221,19 @@ static struct omap_usb_config h2_usb_config __initdata = {
};
};
#endif
#endif
static
struct
omap_mmc_config
innovator_mmc_config
__initdata
=
{
.
mmc
[
0
]
=
{
.
enabled
=
1
,
.
wire4
=
1
,
.
wp_pin
=
OMAP_MPUIO
(
3
),
.
power_pin
=
-
1
,
/* FPGA F3 UIO42 */
.
switch_pin
=
-
1
,
/* FPGA F4 UIO43 */
},
};
static
struct
omap_board_config_kernel
innovator_config
[]
=
{
static
struct
omap_board_config_kernel
innovator_config
[]
=
{
{
OMAP_TAG_USB
,
NULL
},
{
OMAP_TAG_USB
,
NULL
},
{
OMAP_TAG_MMC
,
&
innovator_mmc_config
},
};
};
static
void
__init
innovator_init
(
void
)
static
void
__init
innovator_init
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment