-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 117267 b: refs/heads/master c: 61dc6ea h: refs/heads/master i: 117265: dac519d 117263: 9d25993 v: v3
- Loading branch information
Paul Mundt
committed
Oct 23, 2008
1 parent
e95e21f
commit e687ae0
Showing
6 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0835f127e589f3a946add6a1f508e9402af8e70c | ||
refs/heads/master: 61dc6eaeef87048af351c04fd0046a6e3f96f94f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Copyright (C) 2008 Paul Mundt | ||
* | ||
* This file is subject to the terms and conditions of the GNU General Public | ||
* License. See the file "COPYING" in the main directory of this archive | ||
* for more details. | ||
*/ | ||
#include <linux/init.h> | ||
#include <linux/gpio.h> | ||
#include <cpu/sh7785.h> | ||
|
||
void __init highlander_plat_pinmux_setup(void) | ||
{ | ||
/* SCIF0 */ | ||
gpio_request(GPIO_FN_SCIF0_CTS, NULL); | ||
gpio_request(GPIO_FN_SCIF0_RTS, NULL); | ||
gpio_request(GPIO_FN_SCIF0_SCK, NULL); | ||
gpio_request(GPIO_FN_SCIF0_RXD, NULL); | ||
gpio_request(GPIO_FN_SCIF0_TXD, NULL); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters