Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
97b5fe8e
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
97b5fe8e
编写于
1月 08, 2009
作者:
R
Russell King
提交者:
Russell King
1月 08, 2009
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'devel'
上级
be680c71
bdbb861f
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
59 addition
and
0 deletion
+59
-0
arch/arm/mach-footbridge/common.c
arch/arm/mach-footbridge/common.c
+7
-0
arch/arm/mach-pxa/e750.c
arch/arm/mach-pxa/e750.c
+52
-0
未找到文件。
arch/arm/mach-footbridge/common.c
浏览文件 @
97b5fe8e
...
...
@@ -32,6 +32,13 @@ unsigned int mem_fclk_21285 = 50000000;
EXPORT_SYMBOL
(
mem_fclk_21285
);
static
void
__init
early_fclk
(
char
**
arg
)
{
mem_fclk_21285
=
simple_strtoul
(
*
arg
,
arg
,
0
);
}
__early_param
(
"mem_fclk_21285="
,
early_fclk
);
static
int
__init
parse_tag_memclk
(
const
struct
tag
*
tag
)
{
mem_fclk_21285
=
tag
->
u
.
memclk
.
fmemclk
;
...
...
arch/arm/mach-pxa/e750.c
浏览文件 @
97b5fe8e
...
...
@@ -106,6 +106,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
=
{
...
...
@@ -138,6 +189,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
();
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录