Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
73912188
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 4 年多
通知
15
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
73912188
编写于
8月 15, 2016
作者:
T
Tony Lindgren
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dts-fixes' into omap-for-v4.8/fixes
上级
5f3530a0
4875b8fc
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
13 addition
and
16 deletion
+13
-16
arch/arm/boot/dts/am335x-baltos.dtsi
arch/arm/boot/dts/am335x-baltos.dtsi
+1
-1
arch/arm/boot/dts/am335x-igep0033.dtsi
arch/arm/boot/dts/am335x-igep0033.dtsi
+1
-1
arch/arm/boot/dts/am335x-phycore-som.dtsi
arch/arm/boot/dts/am335x-phycore-som.dtsi
+1
-1
arch/arm/boot/dts/logicpd-som-lv.dtsi
arch/arm/boot/dts/logicpd-som-lv.dtsi
+6
-5
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
+1
-0
arch/arm/boot/dts/omap3-overo-base.dtsi
arch/arm/boot/dts/omap3-overo-base.dtsi
+3
-1
arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi
arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi
+0
-2
arch/arm/boot/dts/omap3-overo-tobi-common.dtsi
arch/arm/boot/dts/omap3-overo-tobi-common.dtsi
+0
-2
arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
+0
-3
未找到文件。
arch/arm/boot/dts/am335x-baltos.dtsi
浏览文件 @
73912188
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
#address-cells = <1>;
#address-cells = <1>;
#size-cells = <1>;
#size-cells = <1>;
elm_
id = <&elm>;
ti,elm-
id = <&elm>;
};
};
};
};
...
...
arch/arm/boot/dts/am335x-igep0033.dtsi
浏览文件 @
73912188
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
#address-cells = <1>;
#address-cells = <1>;
#size-cells = <1>;
#size-cells = <1>;
elm_
id = <&elm>;
ti,elm-
id = <&elm>;
/* MTD partition table */
/* MTD partition table */
partition@0 {
partition@0 {
...
...
arch/arm/boot/dts/am335x-phycore-som.dtsi
浏览文件 @
73912188
...
@@ -197,7 +197,7 @@
...
@@ -197,7 +197,7 @@
gpmc
,
wr
-
access
-
ns
=
<
30
>;
gpmc
,
wr
-
access
-
ns
=
<
30
>;
gpmc
,
wr
-
data
-
mux
-
bus
-
ns
=
<
0
>;
gpmc
,
wr
-
data
-
mux
-
bus
-
ns
=
<
0
>;
elm_
id
=
<&
elm
>;
ti
,
elm
-
id
=
<&
elm
>;
#
address
-
cells
=
<
1
>;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
...
...
arch/arm/boot/dts/logicpd-som-lv.dtsi
浏览文件 @
73912188
...
@@ -35,10 +35,15 @@
...
@@ -35,10 +35,15 @@
ranges = <0 0 0x00000000 0x1000000>; /* CS0: 16MB for NAND */
ranges = <0 0 0x00000000 0x1000000>; /* CS0: 16MB for NAND */
nand@0,0 {
nand@0,0 {
linux,mtd-name = "micron,mt29f4g16abbda3w
";
compatible = "ti,omap2-nand
";
reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
interrupt-parent = <&gpmc>;
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
<1 IRQ_TYPE_NONE>; /* termcount */
linux,mtd-name = "micron,mt29f4g16abbda3w";
nand-bus-width = <16>;
nand-bus-width = <16>;
ti,nand-ecc-opt = "bch8";
ti,nand-ecc-opt = "bch8";
rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
gpmc,sync-clk-ps = <0>;
gpmc,sync-clk-ps = <0>;
gpmc,cs-on-ns = <0>;
gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <44>;
gpmc,cs-rd-off-ns = <44>;
...
@@ -54,10 +59,6 @@
...
@@ -54,10 +59,6 @@
gpmc,wr-access-ns = <40>;
gpmc,wr-access-ns = <40>;
gpmc,wr-data-mux-bus-ns = <0>;
gpmc,wr-data-mux-bus-ns = <0>;
gpmc,device-width = <2>;
gpmc,device-width = <2>;
gpmc,page-burst-access-ns = <5>;
gpmc,cycle2cycle-delay-ns = <50>;
#address-cells = <1>;
#address-cells = <1>;
#size-cells = <1>;
#size-cells = <1>;
...
...
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
浏览文件 @
73912188
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
linux,mtd-name = "micron,mt29f4g16abbda3w";
linux,mtd-name = "micron,mt29f4g16abbda3w";
nand-bus-width = <16>;
nand-bus-width = <16>;
ti,nand-ecc-opt = "bch8";
ti,nand-ecc-opt = "bch8";
rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
gpmc,sync-clk-ps = <0>;
gpmc,sync-clk-ps = <0>;
gpmc,cs-on-ns = <0>;
gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <44>;
gpmc,cs-rd-off-ns = <44>;
...
...
arch/arm/boot/dts/omap3-overo-base.dtsi
浏览文件 @
73912188
...
@@ -223,7 +223,9 @@
...
@@ -223,7 +223,9 @@
};
};
&gpmc {
&gpmc {
ranges = <0 0 0x00000000 0x20000000>;
ranges = <0 0 0x30000000 0x1000000>, /* CS0 */
<4 0 0x2b000000 0x1000000>, /* CS4 */
<5 0 0x2c000000 0x1000000>; /* CS5 */
nand@0,0 {
nand@0,0 {
compatible = "ti,omap2-nand";
compatible = "ti,omap2-nand";
...
...
arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi
浏览文件 @
73912188
...
@@ -55,8 +55,6 @@
...
@@ -55,8 +55,6 @@
#include "omap-gpmc-smsc9221.dtsi"
#include "omap-gpmc-smsc9221.dtsi"
&gpmc {
&gpmc {
ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
ethernet@gpmc {
ethernet@gpmc {
reg = <5 0 0xff>;
reg = <5 0 0xff>;
interrupt-parent = <&gpio6>;
interrupt-parent = <&gpio6>;
...
...
arch/arm/boot/dts/omap3-overo-tobi-common.dtsi
浏览文件 @
73912188
...
@@ -27,8 +27,6 @@
...
@@ -27,8 +27,6 @@
#include "omap-gpmc-smsc9221.dtsi"
#include "omap-gpmc-smsc9221.dtsi"
&gpmc {
&gpmc {
ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
ethernet@gpmc {
ethernet@gpmc {
reg = <5 0 0xff>;
reg = <5 0 0xff>;
interrupt-parent = <&gpio6>;
interrupt-parent = <&gpio6>;
...
...
arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
浏览文件 @
73912188
...
@@ -15,9 +15,6 @@
...
@@ -15,9 +15,6 @@
#include "omap-gpmc-smsc9221.dtsi"
#include "omap-gpmc-smsc9221.dtsi"
&gpmc {
&gpmc {
ranges = <4 0 0x2b000000 0x1000000>, /* CS4 */
<5 0 0x2c000000 0x1000000>; /* CS5 */
smsc1: ethernet@gpmc {
smsc1: ethernet@gpmc {
reg = <5 0 0xff>;
reg = <5 0 0xff>;
interrupt-parent = <&gpio6>;
interrupt-parent = <&gpio6>;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录