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
bdbb861f
Commit
bdbb861f
authored
Jan 01, 2009
by
Russell King
Committed by
Russell King
Jan 01, 2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for_rmk' of
git://git.mnementh.co.uk/linux-2.6-im
into devel
parents
613e09b4
e1c4a2d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
arch/arm/mach-pxa/e750.c
arch/arm/mach-pxa/e750.c
+52
-0
No files found.
arch/arm/mach-pxa/e750.c
View file @
bdbb861f
...
...
@@ -105,6 +105,57 @@ static struct platform_device e750_fb_device = {
.
resource
=
e750_fb_resources
,
};
/* -------------------- e750 MFP parameters -------------------- */
static
unsigned
long
e750_pin_config
[]
__initdata
=
{
/* Chip selects */
GPIO15_nCS_1
,
/* CS1 - Flash */
GPIO79_nCS_3
,
/* CS3 - IMAGEON */
GPIO80_nCS_4
,
/* CS4 - TMIO */
/* Clocks */
GPIO11_3_6MHz
,
/* BTUART */
GPIO42_BTUART_RXD
,
GPIO43_BTUART_TXD
,
GPIO44_BTUART_CTS
,
/* TMIO controller */
GPIO19_GPIO
,
/* t7l66xb #PCLR */
GPIO45_GPIO
,
/* t7l66xb #SUSPEND (NOT BTUART!) */
/* UDC */
GPIO13_GPIO
,
GPIO3_GPIO
,
/* IrDA */
GPIO38_GPIO
|
MFP_LPM_DRIVE_HIGH
,
/* PC Card */
GPIO8_GPIO
,
/* CD0 */
GPIO44_GPIO
,
/* CD1 */
GPIO11_GPIO
,
/* IRQ0 */
GPIO6_GPIO
,
/* IRQ1 */
GPIO27_GPIO
,
/* RST0 */
GPIO24_GPIO
,
/* RST1 */
GPIO20_GPIO
,
/* PWR0 */
GPIO23_GPIO
,
/* PWR1 */
GPIO48_nPOE
,
GPIO49_nPWE
,
GPIO50_nPIOR
,
GPIO51_nPIOW
,
GPIO52_nPCE_1
,
GPIO53_nPCE_2
,
GPIO54_nPSKTSEL
,
GPIO55_nPREG
,
GPIO56_nPWAIT
,
GPIO57_nIOIS16
,
/* wakeup */
GPIO0_GPIO
|
WAKEUP_ON_EDGE_RISE
,
};
/* ----------------- e750 tc6393xb parameters ------------------ */
static
struct
tc6393xb_platform_data
e750_tc6393xb_info
=
{
...
...
@@ -137,6 +188,7 @@ static struct platform_device *devices[] __initdata = {
static
void
__init
e750_init
(
void
)
{
pxa2xx_mfp_config
(
ARRAY_AND_SIZE
(
e750_pin_config
));
clk_add_alias
(
"CLK_CK3P6MI"
,
&
e750_tc6393xb_device
.
dev
,
"GPIO11_CLK"
,
NULL
),
eseries_get_tmio_gpios
();
...
...
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