Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
2ee06188
Commit
2ee06188
authored
18 years ago
by
Hamish Guthrie
Browse files
Options
Downloads
Patches
Plain Diff
Changed pin selections in low-level mmc driver
SVN-Revision: 6596
parent
e1bb37f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
target/linux/at91-2.6/patches/004-mmc-driver.patch
+30
-0
30 additions, 0 deletions
target/linux/at91-2.6/patches/004-mmc-driver.patch
with
30 additions
and
0 deletions
target/linux/at91-2.6/patches/004-mmc-driver.patch
0 → 100644
+
30
−
0
View file @
2ee06188
--- linux-2.6.19.2/arch/arm/mach-at91rm9200/board-vlink.c 2007-03-16 16:46:50.000000000 +0100
+++ linux-2.6.19.2.new/arch/arm/mach-at91rm9200/board-vlink.c 2007-03-17 11:27:00.000000000 +0100
@@ -83,13 +83,13 @@
.pullup_pin = AT91_PIN_PD5,
};
-/*static struct at91_mmc_data __initdata ek_mmc_data = {
- .det_pin = AT91_PIN_PB27,
- .is_b = 0,
+static struct at91_mmc_data __initdata vlink_mmc_data = {
+// .det_pin = AT91_PIN_PB27,
+ .slot_b = 0,
.wire4 = 1,
- .wp_pin = AT91_PIN_PA17,
+// .wp_pin = AT91_PIN_PA17,
};
-*/
+
static struct spi_board_info vlink_spi_devices[] = {
{ /* DataFlash chip */
@@ -127,7 +127,7 @@
#else
/* MMC */
// at91_set_gpio_output(AT91_PIN_PB22, 1); /* this MMC card slot can optionally use SPI signaling (CS3). */
-// at91_add_device_mmc(&vlink_mmc_data);
+ at91_add_device_mmc(&vlink_mmc_data);
#endif
/* VGA */
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment