Skip to content

Commit

Permalink
ARM: at91: Animeo IP: add mmc support
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD committed Nov 19, 2012
1 parent 199e2ed commit 301333b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/animeo_ip.dts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@
phy-mode = "mii";
status = "okay";
};

mmc0: mmc@fffa8000 {
pinctrl-0 = <&pinctrl_mmc0_clk
&pinctrl_mmc0_slot1_cmd_dat0
&pinctrl_mmc0_slot1_dat1_3>;
status = "okay";

slot@1 {
reg = <1>;
bus-width = <4>;
};
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit 301333b

Please sign in to comment.