Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313222
b: refs/heads/master
c: 7a8e514
h: refs/heads/master
v: v3
  • Loading branch information
Huang Shijie authored and Shawn Guo committed Jul 3, 2012
1 parent efed8e9 commit a73fb4e
Show file tree
Hide file tree
Showing 24 changed files with 509 additions and 633 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94a2597c01a4bd495789e1546374c26b19f6eafd
refs/heads/master: 7a8e5149efd4e20e329beec47e3bb57ce2c5938a
4 changes: 3 additions & 1 deletion trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ config ARCH_NOMADIK
select ARM_AMBA
select ARM_VIC
select CPU_ARM926T
select COMMON_CLK
select CLKDEV_LOOKUP
select GENERIC_CLOCKEVENTS
select PINCTRL
select MIGHT_HAVE_CACHE_L2X0
Expand Down Expand Up @@ -1021,6 +1021,8 @@ source "arch/arm/mach-kirkwood/Kconfig"

source "arch/arm/mach-ks8695/Kconfig"

source "arch/arm/mach-lpc32xx/Kconfig"

source "arch/arm/mach-msm/Kconfig"

source "arch/arm/mach-mv78xx0/Kconfig"
Expand Down
174 changes: 0 additions & 174 deletions trunk/arch/arm/boot/dts/ea3250.dts

This file was deleted.

6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@

apb@80000000 {
apbh@80000000 {
gpmi-nand@8000c000 {
pinctrl-names = "default";
pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
status = "okay";
};

ssp0: ssp@80010000 {
compatible = "fsl,imx28-mmc";
pinctrl-names = "default";
Expand Down
35 changes: 26 additions & 9 deletions trunk/arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
status = "disabled";
};

bch@8000a000 {
reg = <0x8000a000 2000>;
interrupts = <41>;
status = "disabled";
};

gpmi@8000c000 {
reg = <0x8000c000 2000>;
interrupts = <42 88>;
gpmi-nand@8000c000 {
compatible = "fsl,imx28-gpmi-nand";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x8000c000 2000>, <0x8000a000 2000>;
reg-names = "gpmi-nand", "bch";
interrupts = <88>, <41>;
interrupt-names = "gpmi-dma", "bch";
fsl,gpmi-dma-channel = <4>;
status = "disabled";
};

Expand Down Expand Up @@ -167,6 +167,23 @@
fsl,pull-up = <0>;
};

gpmi_pins_a: gpmi-nand@0 {
reg = <0>;
fsl,pinmux-ids = <0x0000 0x0010 0x0020
0x0030 0x0040 0x0050 0x0060
0x0070 0x0100 0x0110 0x0140
0x0150 0x0180 0x0190 0x01a0
0x01b0 0x01c0>;
fsl,drive-strength = <0>;
fsl,voltage = <1>;
fsl,pull-up = <0>;
};

gpmi_status_cfg: gpmi-status-cfg {
fsl,pinmux-ids = <0x0180 0x0190 0x01c0>;
fsl,drive-strength = <2>;
};

mac0_pins_a: mac0@0 {
reg = <0>;
fsl,pinmux-ids = <0x4000 0x4010 0x4020
Expand Down
Loading

0 comments on commit a73fb4e

Please sign in to comment.