Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
a1180293
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
a1180293
编写于
1月 22, 2019
作者:
T
Tony Lindgren
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'omap-for-v4.21/dt' into omap-for-v5.1/dt
上级
bfeffd15
7c695e87
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
29 addition
and
8 deletion
+29
-8
arch/arm/boot/dts/am335x-chiliboard.dts
arch/arm/boot/dts/am335x-chiliboard.dts
+4
-0
arch/arm/boot/dts/omap3-evm-common.dtsi
arch/arm/boot/dts/omap3-evm-common.dtsi
+5
-2
arch/arm/boot/dts/omap3-evm-processor-common.dtsi
arch/arm/boot/dts/omap3-evm-processor-common.dtsi
+9
-1
arch/arm/boot/dts/omap4-droid4-xt894.dts
arch/arm/boot/dts/omap4-droid4-xt894.dts
+7
-3
arch/arm/boot/dts/omap4-panda-common.dtsi
arch/arm/boot/dts/omap4-panda-common.dtsi
+4
-2
未找到文件。
arch/arm/boot/dts/am335x-chiliboard.dts
浏览文件 @
a1180293
...
...
@@ -14,6 +14,10 @@
compatible
=
"grinn,am335x-chiliboard"
,
"grinn,am335x-chilisom"
,
"ti,am33xx"
;
chosen
{
stdout
-
path
=
&
uart0
;
};
leds
{
compatible
=
"gpio-leds"
;
pinctrl
-
names
=
"default"
;
...
...
arch/arm/boot/dts/omap3-evm-common.dtsi
浏览文件 @
a1180293
...
...
@@ -122,6 +122,7 @@
};
&mmc2 {
interrupts-extended = <&intc 86 &omap3_pmx_core 0x12e>;
vmmc-supply = <&wl12xx_vmmc>;
non-removable;
bus-width = <4>;
...
...
@@ -132,8 +133,10 @@
wlcore: wlcore@2 {
compatible = "ti,wl1271";
reg = <2>;
interrupt-parent = <&gpio5>;
interrupts = <21 IRQ_TYPE_EDGE_RISING>; /* gpio 149 */
/* gpio_149 with uart1_rts pad as wakeirq */
interrupts-extended = <&gpio5 21 IRQ_TYPE_EDGE_RISING>,
<&omap3_pmx_core 0x14e>;
interrupt-names = "irq", "wakeup";
ref-clock-frequency = <38400000>;
};
};
...
...
arch/arm/boot/dts/omap3-evm-processor-common.dtsi
浏览文件 @
a1180293
...
...
@@ -86,6 +86,10 @@
OMAP3_CORE1_IOPAD(0x215e, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat1.sdmmc2_dat1 */
OMAP3_CORE1_IOPAD(0x2160, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat2.sdmmc2_dat2 */
OMAP3_CORE1_IOPAD(0x2162, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat3.sdmmc2_dat3 */
OMAP3_CORE1_IOPAD(0x2164, PIN_OUTPUT | MUX_MODE1) /* sdmmc2_dat4.sdmmc2_dir_dat0 */
OMAP3_CORE1_IOPAD(0x2166, PIN_OUTPUT | MUX_MODE1) /* sdmmc2_dat5.sdmmc2_dir_dat1 */
OMAP3_CORE1_IOPAD(0x2168, PIN_OUTPUT | MUX_MODE1) /* sdmmc2_dat6.sdmmc2_dir_cmd */
OMAP3_CORE1_IOPAD(0x216a, PIN_INPUT | MUX_MODE1) /* sdmmc2_dat7.sdmmc2_clkin */
>;
};
...
...
@@ -127,9 +131,13 @@
>;
};
/*
* Note that gpio_150 pulled high with internal pull to prevent wlcore
* reset on return from off mode in idle.
*/
wl12xx_gpio: pinmux_wl12xx_gpio {
pinctrl-single,pins = <
OMAP3_CORE1_IOPAD(0x2180, PIN_
OUTPUT | MUX_MODE4
) /* uart1_cts.gpio_150 */
OMAP3_CORE1_IOPAD(0x2180, PIN_
INPUT_PULLUP | MUX_MODE7
) /* uart1_cts.gpio_150 */
OMAP3_CORE1_IOPAD(0x217e, PIN_INPUT | MUX_MODE4) /* uart1_rts.gpio_149 */
>;
};
...
...
arch/arm/boot/dts/omap4-droid4-xt894.dts
浏览文件 @
a1180293
...
...
@@ -359,20 +359,24 @@
&
mmc3
{
vmmc
-
supply
=
<&
wl12xx_vmmc
>;
/*
uart2_tx
.
sdmmc3_dat1
pad
as
wakeirq
*/
interrupts
-
extended
=
<&
wakeupgen
GIC_SPI
94
IRQ_TYPE_LEVEL_HIGH
&
omap4_pmx_core
0xde
>;
interrupt
-
names
=
"irq"
,
"wakeup"
;
non
-
removable
;
bus
-
width
=
<
4
>;
cap
-
power
-
off
-
card
;
keep
-
power
-
in
-
suspend
;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
0
>;
wlcore
:
wlcore
@
2
{
compatible
=
"ti,wl1285"
,
"ti,wl1283"
;
reg
=
<
2
>;
interrupt
-
parent
=
<&
gpio4
>;
interrupts
=
<
4
IRQ_TYPE_EDGE_RISING
>;
/*
gpio100
*/
/*
gpio_100
with
gpmc_wait2
pad
as
wakeirq
*/
interrupts
-
extended
=
<&
gpio4
4
IRQ_TYPE_EDGE_RISING
>,
<&
omap4_pmx_core
0x4e
>;
interrupt
-
names
=
"irq"
,
"wakeup"
;
ref
-
clock
-
frequency
=
<
26000000
>;
tcxo
-
clock
-
frequency
=
<
26000000
>;
};
...
...
arch/arm/boot/dts/omap4-panda-common.dtsi
浏览文件 @
a1180293
...
...
@@ -485,8 +485,10 @@
wlcore: wlcore@2 {
compatible = "ti,wl1271";
reg = <2>;
interrupt-parent = <&gpio2>;
interrupts = <21 IRQ_TYPE_EDGE_RISING>; /* gpio 53 */
/* gpio_53 with gpmc_ncs3 pad as wakeup */
interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_RISING>,
<&omap4_pmx_core 0x3a>;
interrupt-names = "irq", "wakeup";
ref-clock-frequency = <38400000>;
};
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录