Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308331
b: refs/heads/master
c: be1ce30
h: refs/heads/master
i:
  308329: a80c050
  308327: 74b0fe5
v: v3
  • Loading branch information
Shawn Guo committed May 13, 2012
1 parent dd87e79 commit 6b04fa5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6de4d817aa38ea74dd446d015c8ed62a3ebaeafb
refs/heads/master: be1ce30869b0bbdc3c807fc25a9dc6bfec8471a4
11 changes: 11 additions & 0 deletions trunk/arch/arm/boot/dts/imx23-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
};

apb@80000000 {
apbh@80000000 {
ssp0: ssp@80010000 {
compatible = "fsl,imx23-mmc";
pinctrl-names = "default";
pinctrl-0 = <&mmc0_8bit_pins_a &mmc0_pins_fixup>;
bus-width = <8>;
wp-gpios = <&gpio1 30 0>;
status = "okay";
};
};

apbx@80040000 {
duart: serial@80070000 {
pinctrl-names = "default";
Expand Down
19 changes: 19 additions & 0 deletions trunk/arch/arm/boot/dts/imx23.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@

ssp0: ssp@80010000 {
reg = <0x80010000 2000>;
interrupts = <15 14>;
fsl,ssp-dma-channel = <1>;
status = "disabled";
};

Expand Down Expand Up @@ -117,6 +119,21 @@
fsl,voltage = <1>;
fsl,pull-up = <0>;
};

mmc0_8bit_pins_a: mmc0-8bit@0 {
reg = <0>;
fsl,pinmux-ids = <0x2020 0x2030 0x2040
0x2050 0x0082 0x0092 0x00a2
0x00b2 0x2000 0x2010 0x2060>;
fsl,drive-strength = <1>;
fsl,voltage = <1>;
fsl,pull-up = <1>;
};

mmc0_pins_fixup: mmc0-pins-fixup {
fsl,pinmux-ids = <0x2010 0x2060>;
fsl,pull-up = <0>;
};
};

digctl@8001c000 {
Expand Down Expand Up @@ -161,6 +178,8 @@

ssp1: ssp@80034000 {
reg = <0x80034000 2000>;
interrupts = <2 20>;
fsl,ssp-dma-channel = <2>;
status = "disabled";
};

Expand Down

0 comments on commit 6b04fa5

Please sign in to comment.