diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-19 11:38:18 -0500 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-19 12:10:27 -0500 |
commit | 199e2edec49b8a24f67afdae61e57cfa6d68bfca (patch) | |
tree | f682c176bda8ed4c3ef2ce105d7d7b066f9a4c76 /arch/arm/boot/dts/at91sam9n12ek.dts | |
parent | d4fe9ac76d43a2ce5472e0ed19c8e1e29dea0688 (diff) |
ARM: at91: dt: add mmc pinctrl for Atmel reference boards
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index 3d165bc919f8..0376bf4fd66b 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts | |||
@@ -47,6 +47,10 @@ | |||
47 | }; | 47 | }; |
48 | 48 | ||
49 | mmc0: mmc@f0008000 { | 49 | mmc0: mmc@f0008000 { |
50 | pinctrl-0 = < | ||
51 | &pinctrl_board_mmc0 | ||
52 | &pinctrl_mmc0_slot0_clk_cmd_dat0 | ||
53 | &pinctrl_mmc0_slot0_dat1_3>; | ||
50 | status = "okay"; | 54 | status = "okay"; |
51 | slot@0 { | 55 | slot@0 { |
52 | reg = <0>; | 56 | reg = <0>; |
@@ -54,6 +58,15 @@ | |||
54 | cd-gpios = <&pioA 7 0>; | 58 | cd-gpios = <&pioA 7 0>; |
55 | }; | 59 | }; |
56 | }; | 60 | }; |
61 | |||
62 | pinctrl@fffff400 { | ||
63 | mmc0 { | ||
64 | pinctrl_board_mmc0: mmc0-board { | ||
65 | atmel,pins = | ||
66 | <0 7 0x0 0x5>; /* PA7 gpio CD pin pull up and deglitch */ | ||
67 | }; | ||
68 | }; | ||
69 | }; | ||
57 | }; | 70 | }; |
58 | 71 | ||
59 | nand0: nand@40000000 { | 72 | nand0: nand@40000000 { |