Skip to content

Commit

Permalink
ARM: dts: dra7-evm: Add mmc2 node for eMMC support
Browse files Browse the repository at this point in the history
Add mmc2 dt node to dra7-evm board
and model eMMC vcc as fixed regulator.

Signed-off-by: Balaji T K <balajitk@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Balaji T K authored and Benoit Cousson committed Oct 11, 2013
1 parent bf1788d commit 6cf02db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/dra7-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
device_type = "memory";
reg = <0x80000000 0x60000000>; /* 1536 MB */
};

mmc2_3v3: fixedregulator-mmc2 {
compatible = "regulator-fixed";
regulator-name = "mmc2_3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};

&dra7_pmx_core {
Expand Down Expand Up @@ -256,3 +263,9 @@
vmmc-supply = <&ldo1_reg>;
bus-width = <4>;
};

&mmc2 {
status = "okay";
vmmc-supply = <&mmc2_3v3>;
bus-width = <8>;
};

0 comments on commit 6cf02db

Please sign in to comment.