Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336458
b: refs/heads/master
c: c12a819
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Nov 19, 2012
1 parent bd3148c commit 948773c
Show file tree
Hide file tree
Showing 2 changed files with 22 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: 301333bc6c78051b257e520ad0f5cf0b6596c4f4
refs/heads/master: c12a819e3ad9147acec3f20201fd51144f2244e9
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/pm9g45.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,33 @@
2 14 0x0 0x1>; /* PC14 gpio enable pin pull_up */
};
};

mmc {
pinctrl_board_mmc: mmc0-board {
atmel,pins =
<3 6 0x0 0x5>; /* PD6 gpio CD pin pull_up and deglitch */
};
};
};

mmc0: mmc@fff80000 {
pinctrl-0 = <
&pinctrl_board_mmc
&pinctrl_mmc0_slot0_clk_cmd_dat0
&pinctrl_mmc0_slot0_dat1_3>;
status = "okay";
slot@0 {
reg = <0>;
bus-width = <4>;
cd-gpios = <&pioD 6 0>;
};
};

macb0: ethernet@fffbc000 {
phy-mode = "rmii";
status = "okay";
};

};

nand0: nand@40000000 {
Expand Down

0 comments on commit 948773c

Please sign in to comment.