Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
73912188
Commit
73912188
authored
Aug 15, 2016
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dts-fixes' into omap-for-v4.8/fixes
parents
5f3530a0
4875b8fc
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
16 deletions
+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
No files found.
arch/arm/boot/dts/am335x-baltos.dtsi
View file @
73912188
...
...
@@ -226,7 +226,7 @@ nand@0,0 {
#address-cells = <1>;
#size-cells = <1>;
elm_
id = <&elm>;
ti,elm-
id = <&elm>;
};
};
...
...
arch/arm/boot/dts/am335x-igep0033.dtsi
View file @
73912188
...
...
@@ -161,7 +161,7 @@ nand@0,0 {
#address-cells = <1>;
#size-cells = <1>;
elm_
id = <&elm>;
ti,elm-
id = <&elm>;
/* MTD partition table */
partition@0 {
...
...
arch/arm/boot/dts/am335x-phycore-som.dtsi
View file @
73912188
...
...
@@ -197,7 +197,7 @@ nandflash: nand@0,0 {
gpmc
,
wr
-
access
-
ns
=
<
30
>;
gpmc
,
wr
-
data
-
mux
-
bus
-
ns
=
<
0
>;
elm_
id
=
<&
elm
>;
ti
,
elm
-
id
=
<&
elm
>;
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
...
...
arch/arm/boot/dts/logicpd-som-lv.dtsi
View file @
73912188
...
...
@@ -35,10 +35,15 @@ &gpmc {
ranges = <0 0 0x00000000 0x1000000>; /* CS0: 16MB for NAND */
nand@0,0 {
linux,mtd-name = "micron,mt29f4g16abbda3w
";
compatible = "ti,omap2-nand
";
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>;
ti,nand-ecc-opt = "bch8";
rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
gpmc,sync-clk-ps = <0>;
gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <44>;
...
...
@@ -54,10 +59,6 @@ nand@0,0 {
gpmc,wr-access-ns = <40>;
gpmc,wr-data-mux-bus-ns = <0>;
gpmc,device-width = <2>;
gpmc,page-burst-access-ns = <5>;
gpmc,cycle2cycle-delay-ns = <50>;
#address-cells = <1>;
#size-cells = <1>;
...
...
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
View file @
73912188
...
...
@@ -46,6 +46,7 @@ nand@0,0 {
linux,mtd-name = "micron,mt29f4g16abbda3w";
nand-bus-width = <16>;
ti,nand-ecc-opt = "bch8";
rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 */
gpmc,sync-clk-ps = <0>;
gpmc,cs-on-ns = <0>;
gpmc,cs-rd-off-ns = <44>;
...
...
arch/arm/boot/dts/omap3-overo-base.dtsi
View file @
73912188
...
...
@@ -223,7 +223,9 @@ &mcbsp2 {
};
&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 {
compatible = "ti,omap2-nand";
...
...
arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi
View file @
73912188
...
...
@@ -55,8 +55,6 @@ button1@14 {
#include "omap-gpmc-smsc9221.dtsi"
&gpmc {
ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
ethernet@gpmc {
reg = <5 0 0xff>;
interrupt-parent = <&gpio6>;
...
...
arch/arm/boot/dts/omap3-overo-tobi-common.dtsi
View file @
73912188
...
...
@@ -27,8 +27,6 @@ heartbeat {
#include "omap-gpmc-smsc9221.dtsi"
&gpmc {
ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
ethernet@gpmc {
reg = <5 0 0xff>;
interrupt-parent = <&gpio6>;
...
...
arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi
View file @
73912188
...
...
@@ -15,9 +15,6 @@
#include "omap-gpmc-smsc9221.dtsi"
&gpmc {
ranges = <4 0 0x2b000000 0x1000000>, /* CS4 */
<5 0 0x2c000000 0x1000000>; /* CS5 */
smsc1: ethernet@gpmc {
reg = <5 0 0xff>;
interrupt-parent = <&gpio6>;
...
...
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